post defaults
This commit is contained in:
parent
5e4bbc4685
commit
82d053451d
|
@ -79,6 +79,7 @@ layout: default
|
|||
<a target="_blank" rel="nofollow noopener" title="Share to telegram" alt="Share to telgram" href="https://telegram.me/share/url?url={{ site.url }}{{ page.url }}?pk_campaign=homeshare&text={{ page.description | xml_escape }}%20via%20@{{ site.social.usernames.telegram }}" class="icon smaller fab fa-telegram"><span class="label ">Telegram</span></a>
|
||||
<a target="_blank" rel="nofollow noopener" title="Share to reddit" alt="Share to reddit" href="https://reddit.com/submit/?url={{ site.url }}{{ page.url }}?pk_campaign=homeshare&title={{ page.description | xml_escape }}%20By%20{{ site.title | xml_escape }}" class="icon smaller fab fa-reddit"><span class="label">Reddit</span></a>
|
||||
</ul>
|
||||
<br />
|
||||
<a href="{{ relBase }}/chat/#read" target="_blank" class="button">📢 Chat</a>
|
||||
|
||||
|
||||
|
@ -90,12 +91,11 @@ layout: default
|
|||
<section class="info">
|
||||
<div class="container">
|
||||
{{ content }}
|
||||
{% if page.link %}
|
||||
{% if page.link.url %}
|
||||
<p class="center">
|
||||
|
||||
<a href="{{ page.link.url }}?ref=TheMusicSyndicateWashere" target="_bank" rel="noopener" class="button">{% if page.link.buttontext %}{{ page.link.buttontext }}{% else %}👀 check it out{% endif %}</a>
|
||||
|
||||
|
||||
</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
@ -326,14 +326,12 @@ layout: default
|
|||
<section class="info" id="read">
|
||||
|
||||
<div class="info-pages">
|
||||
|
||||
<div class="container">
|
||||
{{ content }}
|
||||
{% if page.link %}
|
||||
</div>
|
||||
{% if page.link.url %}
|
||||
<p class="center">
|
||||
|
||||
<a href="{{ page.link.url }}?ref=TheMusicSyndicateWashere" target="_bank" rel="noopener" class="button">{% if page.link.buttontext %}{{ page.link.buttontext }}{% else %}👀 check it out{% endif %}</a>
|
||||
|
||||
|
||||
<a href="{{ page.link.url }}?ref=ToSettoSettoSentMeHere" target="_bank" rel="noopener" class="button">{% if page.link.buttontext %}{{ page.link.buttontext }}{% else %}👀 check it out{% endif %}</a>
|
||||
</p>
|
||||
{% endif %}
|
||||
{% include author.html %}
|
||||
|
|
|
@ -10,7 +10,9 @@ video_path: /videos/satoshi.webm
|
|||
category: releases
|
||||
tags:
|
||||
- EP
|
||||
link:
|
||||
link:
|
||||
url:
|
||||
buttontext:
|
||||
check_this_if_cannot_be_bought: false
|
||||
album: satoshi-mon-ami
|
||||
stores:
|
||||
|
|
|
@ -10,7 +10,9 @@ video_path: /videos/darkweb.webm
|
|||
category: releases
|
||||
tags:
|
||||
- EP
|
||||
link:
|
||||
link:
|
||||
url:
|
||||
buttontext:
|
||||
check_this_if_cannot_be_bought: false
|
||||
album: darkweb
|
||||
stores:
|
||||
|
|
|
@ -7,7 +7,9 @@ image: /images/posts/1-grandma-got-the-ssh-keys.jpeg
|
|||
video_path:
|
||||
category: releases
|
||||
tags: single
|
||||
link:
|
||||
link:
|
||||
url:
|
||||
buttontext:
|
||||
check_this_if_cannot_be_bought: true
|
||||
album: cyber-grany
|
||||
stores:
|
||||
|
|
|
@ -10,7 +10,9 @@ image: /images/posts/1-ep-life-of-a-dudelini.jpeg
|
|||
video_path:
|
||||
category: releases
|
||||
tags: single
|
||||
link:
|
||||
link:
|
||||
url:
|
||||
buttontext:
|
||||
album: live-with-hardware
|
||||
check_this_if_cannot_be_bought: true
|
||||
stores:
|
||||
|
|
|
@ -14,7 +14,9 @@ video_path: /videos/pingu.mp4
|
|||
category: releases
|
||||
tags:
|
||||
- EP
|
||||
link:
|
||||
link:
|
||||
url:
|
||||
buttontext:
|
||||
check_this_if_cannot_be_bought: false
|
||||
album: unmet-dependencies
|
||||
stores:
|
||||
|
|
|
@ -7,7 +7,9 @@ description: >-
|
|||
image: /images/posts/333mix.jpg
|
||||
video_path:
|
||||
category: ramblings
|
||||
link: https://kodtreatment.bandcamp.com/
|
||||
link:
|
||||
url: https://kodtreatment.bandcamp.com/
|
||||
buttontext: Visit KodTreatment
|
||||
check_this_if_cannot_be_bought: true
|
||||
album:
|
||||
stores:
|
||||
|
|
|
@ -8,7 +8,9 @@ description: >-
|
|||
image: /images/posts/fuckit.jpg
|
||||
video_path:
|
||||
category: ramblings
|
||||
link:
|
||||
link:
|
||||
url:
|
||||
buttontext:
|
||||
check_this_if_cannot_be_bought: true
|
||||
album:
|
||||
stores:
|
||||
|
|
|
@ -6,8 +6,10 @@ description:
|
|||
image:
|
||||
video_path:
|
||||
category:
|
||||
link:
|
||||
check_this_if_cannot_be_bought: false
|
||||
link:
|
||||
url:
|
||||
buttontext:
|
||||
check_this_if_cannot_be_bought: true
|
||||
album:
|
||||
stores:
|
||||
- name:
|
||||
|
|
Loading…
Reference in a new issue