fix links to source

This commit is contained in:
Set Hallstrom 2020-09-25 14:59:14 +02:00
parent 7289ce890c
commit 47de53474f
6 changed files with 11 additions and 5 deletions

View file

@ -99,6 +99,9 @@ layout: default
<section class="info">
<div class="container">
{{ content }}
{% if page.link %}
<p class="center"><a href="{{ page.link }}?ref=TheMusicSyndicateWashere" target="_bank" rel="noopener" class="button">👀 Check it out!</a></p>
{% endif %}
</div>
</section>
<div id="fixedPlayer" class="showplayer hideplayer">
@ -303,7 +306,7 @@ layout: default
<div class="info-pages">
{{ content }}
{% if page.link %}
<p><a href="{{ page.link }}?ref=TheMusicSyndicateWashere" target="_bank" rel="noopener" class="button">👀 Check it out!</a></p>
<p class="center"><a href="{{ page.link }}?ref=TheMusicSyndicateWashere" target="_bank" rel="noopener" class="button">👀 Check it out!</a></p>
{% endif %}
</div>
</section>

View file

@ -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:

View file

@ -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:

View file

@ -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

View file

@ -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:

View file

@ -31,7 +31,9 @@ a:hover {
text-decoration-style: wavy;
text-decoration-color: unset;
}
.center {
text-align: center;
}
// Buttons
.button {