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

@ -57,7 +57,7 @@ image: /images/pages/jack-hamilton-CMnNiQBkwBI-unsplash.jpg
{% endfor %}
<br />
<ul class="actions stacked">
<li><a href="{{ album.url }}" class="button small {% if post.category == 'releases' %}icon solid fa-volume-up{% endif %}">Cheggit!</a>
<li><a href="{{ album.url }}" class="button small icon solid fa-volume-up">Listen</a>
</li>
</ul>
</div>