labels
This commit is contained in:
parent
fa829a81ab
commit
0f5b2fcde8
|
@ -36,7 +36,7 @@ lang: en
|
|||
<br />{{ page.date | date: '%Y' }}
|
||||
</p>
|
||||
<ul class="actions stacked">
|
||||
<li><a href="#moe" class="button small smooth-scroll">cheggit!</a></li>
|
||||
<li><a href="#moe" class="button small smooth-scroll">Play it!</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="image">
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<h1 class="editable">{{ page.title }}</h1>
|
||||
<p>{{ page.description }}</p>
|
||||
<ul class="actions stacked">
|
||||
<li><a href="#moe" class="button small smooth-scroll">cheggit!</a></li>
|
||||
<li><a href="#moe" class="button small smooth-scroll">Play it!</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="image">
|
||||
|
@ -346,7 +346,7 @@
|
|||
{{ content }}
|
||||
{% if page.link != nil %}
|
||||
<ul class="actions stacked">
|
||||
<li><a href="{{ page.link }}?ref=SakrecoerSentMe" target="_blank" rel="noopener" class="button small">cheggit!</a></li>
|
||||
<li><a href="{{ page.link }}?ref=SakrecoerSentMe" target="_blank" rel="noopener" class="button small">Read now</a></li>
|
||||
</ul>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
|
|
@ -19,7 +19,7 @@ image: /assets/img/discog2014.jpg
|
|||
<h1 class="editable">{{ page.subtitle }}</h1>
|
||||
<p>{{ page.description }}</p>
|
||||
<ul class="actions stacked">
|
||||
<li><a href="#moe" class="button small smooth-scroll">cheggit!</a></li>
|
||||
<li><a href="#moe" class="button small smooth-scroll">Play it!</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="image">
|
||||
|
|
|
@ -82,7 +82,7 @@ logo_image: /siteicon.png
|
|||
<ul class="actions stacked">
|
||||
|
||||
<li><a href="{{ relBase }}{{ post.url }}"
|
||||
class="button small {% if post.category == 'releases' %}icon solid fa-volume-up{% endif %}">Cheggid out</a>
|
||||
class="button small {% if post.category == 'releases' %}icon solid fa-volume-up{% endif %}">Play it!</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue