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' }}
</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">

View file

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