smaller button
This commit is contained in:
parent
bca4d2f718
commit
492e7aaefa
|
@ -64,7 +64,7 @@ logo_image: /siteicon.png
|
|||
|
||||
|
||||
|
||||
<a href="https://radio.basspistol.com/radio.mp3" id="mu_pause" class="button small icon solid fa-play">MP3</a> <a href="https://radio.basspistol.com/radio.ogg" id="mu_pause" class="button small icon solid fa-play">OGG</a>
|
||||
<a href="https://radio.basspistol.com/radio.mp3" id="mu_pause" class="button smaller icon solid fa-play">MP3</a> <a href="https://radio.basspistol.com/radio.ogg" id="mu_pause" class="button smaller icon solid fa-play">OGG</a>
|
||||
|
||||
|
||||
|
||||
|
@ -153,7 +153,7 @@ logo_image: /siteicon.png
|
|||
<div class="content">
|
||||
<h1>{{ post.title }}</h1>
|
||||
<p>{{ post.description }}</p>
|
||||
{% if post.category == 'release' %}
|
||||
{% if post.category == 'releases' %}
|
||||
{% capture album_name -%}
|
||||
{{ post.album }}
|
||||
{%- endcapture %}
|
||||
|
|
Loading…
Reference in a new issue