consistent buttons

This commit is contained in:
Set Hallstrom 2020-07-27 15:26:09 +02:00
parent 174e75713a
commit bedd1f8f21
8 changed files with 19 additions and 18 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">Cheggit!</a></li>
</ul>
</div>
<div class="image">

View file

@ -11,7 +11,7 @@ layout: default
<h1>{{ page.title }}</h1>
<p>{{ page.description }}</p>
<ul class="actions stacked">
<li><a href="#readmore" class="button large wide smooth-scroll">Read More</a></li>
<li><a href="#readmore" class="button small smooth-scroll">Check!</a></li>
</ul>
</div>

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">Cheggit!</a></li>
</ul>
</div>
<div class="image">
@ -322,6 +322,9 @@
<div class="content">
<h1>{{ page.title }}</h1>
<p>{{ page.description }}</p>
<ul class="actions stacked">
<li><a href="#post" class="button small smooth-scroll">cheggit!</a></li>
</ul>
</div>
<div class="image">
@ -334,7 +337,7 @@
<div class="index align-left">
<!-- Author -->
<section>
<section id="post">
{% if page.url != '/cookies/' %}
{% if page.url != '/webcreds/' %}
{% include author.html %}
@ -344,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">Cheggit!</a></li>
</ul>
{% endif %}
</div>