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
diff --git a/index.html b/index.html index e8d0106..d626ec3 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,7 @@ logo_image: /siteicon.png

{{ site.description }}

@@ -46,7 +46,7 @@ logo_image: /siteicon.png

{{ 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
@@ -118,7 +118,7 @@ logo_image: /siteicon.png

{{ album.date | date: "%Y" }}

diff --git a/links.html b/links.html index 4b41961..0a395f0 100644 --- a/links.html +++ b/links.html @@ -38,7 +38,7 @@ image: /assets/img/linkbg.jpg

{{ link.title }}

{{ link.banner }}

diff --git a/log.html b/log.html index 2ffb3c2..6ccf402 100644 --- a/log.html +++ b/log.html @@ -37,7 +37,7 @@ image: /assets/img/texture.png Edit Post