consolidate buttons
This commit is contained in:
parent
be46937792
commit
ac87e812ec
8 changed files with 17 additions and 18 deletions
|
|
@ -25,7 +25,7 @@ logo_image: /siteicon.png
|
|||
|
||||
<p>{{ page.description }}</p>
|
||||
<ul class="actions stacked">
|
||||
<li><a href="#music" class="button large smooth-scroll-middle">Music!</a></li>
|
||||
<li><a href="#music" class="button small smooth-scroll-middle">Music!</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -81,8 +81,7 @@ logo_image: /siteicon.png
|
|||
<br />
|
||||
<ul class="actions stacked">
|
||||
|
||||
<li><a href="{{ relBase }}{{ post.url }}"
|
||||
class="button big wide {% if post.category == 'releases' %}icon solid fa-volume-up{% endif %}">Cheggit!</a>
|
||||
<li><li><a href="{{ post.url }}" class="button small {% if post.category == 'releases' %}icon solid fa-volume-up{% endif %}">{% if post.category == 'releases' %}Listen{% else %}Read{% endif %}</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
@ -118,7 +117,7 @@ logo_image: /siteicon.png
|
|||
<p>{{ album.date | date: "%Y" }}</p>
|
||||
|
||||
<ul class="actions stacked">
|
||||
<li><a href="{{ album.url }}" style="text-decoration:none;" class="button">Listen</a></li>
|
||||
<li><a href="{{ album.url }}" style="text-decoration:none;" class="button small icon solid fa-volume-up">Listen</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="image">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue