play button
This commit is contained in:
parent
7c9c74fe10
commit
fa829a81ab
7 changed files with 11 additions and 11 deletions
|
|
@ -25,7 +25,7 @@ logo_image: /siteicon.png
|
|||
|
||||
<p>{{ site.description }}</p>
|
||||
<ul class="actions stacked">
|
||||
<li><a href="#music" class="button large smooth-scroll-middle">Gimme Music!</a></li>
|
||||
<li><a href="#music" class="button small smooth-scroll-middle">Gimme Music!</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -46,7 +46,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 %}
|
||||
|
|
@ -82,7 +82,7 @@ logo_image: /siteicon.png
|
|||
<ul class="actions stacked">
|
||||
|
||||
<li><a href="{{ relBase }}{{ post.url }}"
|
||||
class="button big wide {% if post.category == 'release' %}icon solid fa-volume-up{% endif %}">Cheggid out</a>
|
||||
class="button small {% if post.category == 'releases' %}icon solid fa-volume-up{% endif %}">Cheggid out</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
@ -118,7 +118,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">Listen</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="image">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue