diff --git a/_layouts/album.html b/_layouts/album.html
index 6b786f2..0451e8f 100644
--- a/_layouts/album.html
+++ b/_layouts/album.html
@@ -139,7 +139,7 @@ lang: en
{{ track.common.year }}
diff --git a/_layouts/post.html b/_layouts/post.html
index abeafac..be0600e 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -126,7 +126,7 @@
{{ track.common.year }}
diff --git a/_layouts/track.html b/_layouts/track.html
index 61bec84..35f25b2 100644
--- a/_layouts/track.html
+++ b/_layouts/track.html
@@ -26,7 +26,7 @@ layout: default
@@ -38,7 +38,7 @@ layout: default
{% assign round_seconds = page.format.duration | round %}{% assign minutes = round_seconds | divided_by: 60 %}{% assign leftover_seconds = minutes | times: 60 %}{{ minutes }}:{% assign seconds_without_zero = round_seconds | minus: leftover_seconds %}{% if seconds_without_zero < 10 %}0{% endif %}{{ seconds_without_zero }}
diff --git a/discography.html b/discography.html
index ad52fdb..0865a0b 100644
--- a/discography.html
+++ b/discography.html
@@ -60,7 +60,7 @@ image: /assets/img/discog2014.jpg
{{ post.title }}
{{ post.description }}
- {% if post.category == 'release' %}
+ {% if post.category == 'releases' %}
{% capture album_name -%}
{{ post.album }}
{%- endcapture %}
@@ -82,7 +82,7 @@ logo_image: /siteicon.png
- Cheggid out
+ class="button small {% if post.category == 'releases' %}icon solid fa-volume-up{% endif %}">Cheggid out
@@ -118,7 +118,7 @@ logo_image: /siteicon.png