consolidate buttons

This commit is contained in:
Set Hallstrom 2020-07-29 14:48:25 +02:00
parent be46937792
commit ac87e812ec
8 changed files with 17 additions and 18 deletions

View file

@ -33,7 +33,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">Listen!</a></li>
</ul>
</div>
<div class="image">
@ -125,7 +125,7 @@
<br />{{ track.common.year }}</p>
<ul class="actions stacked">
<li><a href="{{ relBase }}/albums/{{ track.slug }}/" class="button">Track</a></li>
<li><a href="{{ relBase }}/albums/{{ track.slug }}/" class="button small icon solid fa-play">Play</a></li>
</ul>
</div>
<div class="image">
@ -323,7 +323,7 @@
<h1>{{ page.title }}</h1>
<p>{{ page.description }}</p>
<ul class="actions stacked">
<li><a href="#post" class="button small smooth-scroll">cheggit!</a></li>
<li><a href="#post" class="button small smooth-scroll">Check it!</a></li>
</ul>
</div>
@ -347,7 +347,7 @@
{{ content }}
{% if page.link != nil %}
<ul class="actions stacked">
<li><a href="{{ page.link }}?ref=ToSettoSettoSentMe" target="_blank" rel="noopener" class="button small">Cheggit!</a></li>
<li><a href="{{ page.link }}?ref=ToSettoSettoSentMe" target="_blank" rel="noopener" class="button small icon solid fa-external-link-alt">Read it!</a></li>
</ul>
{% endif %}
</div>