This commit is contained in:
Set Hallstrom 2020-07-28 14:53:07 +02:00
parent fa829a81ab
commit 0f5b2fcde8
4 changed files with 5 additions and 5 deletions

View file

@ -36,7 +36,7 @@ lang: en
<br />{{ page.date | date: '%Y' }} <br />{{ page.date | date: '%Y' }}
</p> </p>
<ul class="actions stacked"> <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> </ul>
</div> </div>
<div class="image"> <div class="image">

View file

@ -34,7 +34,7 @@
<h1 class="editable">{{ page.title }}</h1> <h1 class="editable">{{ page.title }}</h1>
<p>{{ page.description }}</p> <p>{{ page.description }}</p>
<ul class="actions stacked"> <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> </ul>
</div> </div>
<div class="image"> <div class="image">
@ -346,7 +346,7 @@
{{ content }} {{ content }}
{% if page.link != nil %} {% if page.link != nil %}
<ul class="actions stacked"> <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> </ul>
{% endif %} {% endif %}
</div> </div>

View file

@ -19,7 +19,7 @@ image: /assets/img/discog2014.jpg
<h1 class="editable">{{ page.subtitle }}</h1> <h1 class="editable">{{ page.subtitle }}</h1>
<p>{{ page.description }}</p> <p>{{ page.description }}</p>
<ul class="actions stacked"> <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> </ul>
</div> </div>
<div class="image"> <div class="image">

View file

@ -82,7 +82,7 @@ logo_image: /siteicon.png
<ul class="actions stacked"> <ul class="actions stacked">
<li><a href="{{ relBase }}{{ post.url }}" <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> </li>
</ul> </ul>
</div> </div>