fix links to source
This commit is contained in:
parent
7289ce890c
commit
47de53474f
|
@ -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>
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -31,7 +31,9 @@ a:hover {
|
|||
text-decoration-style: wavy;
|
||||
text-decoration-color: unset;
|
||||
}
|
||||
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
||||
// Buttons
|
||||
|
||||
.button {
|
||||
|
|
Loading…
Reference in a new issue