diff --git a/_layouts/post.html b/_layouts/post.html
index 7dfcd5f..7208cb1 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -99,6 +99,9 @@ layout: default
@@ -303,7 +306,7 @@ layout: default
{{ content }}
{% if page.link %}
-
👀 Check it out!
+
👀 Check it out!
{% endif %}
diff --git a/_posts/2019-01-20-kas-tu-fait-de-nous.md b/_posts/2019-01-20-kas-tu-fait-de-nous.md
index 7ab11ef..e40e587 100644
--- a/_posts/2019-01-20-kas-tu-fait-de-nous.md
+++ b/_posts/2019-01-20-kas-tu-fait-de-nous.md
@@ -13,7 +13,7 @@ description: 'Satoshi Mon Ami EP, out now!'
uid: kas tu fais de nous 2019
image: /assets/img/2018-setto-single-003-reve_de_toi-117bpm_sqaure_FINAL.jpg
download:
-link: 'https://shop.basspistol.com/album/satoshi-mon-ami/'
+link: 'https://shop.basspistol.com/album/satoshi-mon-ami/#play'
album: satoshi-mon-ami
check_this_if_cannot_be_bought: false
stores:
diff --git a/_posts/2019-02-09-darkweb.md b/_posts/2019-02-09-darkweb.md
index 14ababd..ebee9a6 100644
--- a/_posts/2019-02-09-darkweb.md
+++ b/_posts/2019-02-09-darkweb.md
@@ -15,7 +15,7 @@ description: >-
uid: darkweb2019
image: /assets/img/coverartDarkweb_setto.jpg
download:
-link: 'https://setto.basspistol.com/darkweb/'
+link: https://setto.basspistol.com/darkweb/
album: darkweb
check_this_if_cannot_be_bought: false
stores:
diff --git a/_posts/2020-08-02-unmet-dependencies.md b/_posts/2020-08-02-unmet-dependencies.md
index a48e6a9..bfab7e4 100644
--- a/_posts/2020-08-02-unmet-dependencies.md
+++ b/_posts/2020-08-02-unmet-dependencies.md
@@ -16,6 +16,7 @@ tags:
image: /images/posts/final-pingnucover1220x1200.jpg
video_path: /videos/pingu.mp4
download:
+link: https://setto.basspistol.com/unmet-dependencies/#play
check_this_if_cannot_be_bought: false
stores:
- name: Spotify
diff --git a/_posts/_defaults.md b/_posts/_defaults.md
index 685a8e9..b947dce 100644
--- a/_posts/_defaults.md
+++ b/_posts/_defaults.md
@@ -10,7 +10,7 @@ tags: []
image: ''
video_path:
download: ''
-link:
+link: https://setto.basspistol.com/unmet-dependencies/#play
check_this_if_cannot_be_bought: false
stores:
- name:
diff --git a/_sass/_elements.scss b/_sass/_elements.scss
index 7547547..907a5b7 100644
--- a/_sass/_elements.scss
+++ b/_sass/_elements.scss
@@ -31,7 +31,9 @@ a:hover {
text-decoration-style: wavy;
text-decoration-color: unset;
}
-
+.center {
+ text-align: center;
+}
// Buttons
.button {