From 0063445163f60f031355b80816af86c62d353bcb Mon Sep 17 00:00:00 2001 From: Set Sakrecoer Date: Thu, 7 Jan 2021 11:37:41 +0100 Subject: [PATCH] fix discog layout --- discography.html | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/discography.html b/discography.html index ea21770..a7eb1aa 100644 --- a/discography.html +++ b/discography.html @@ -19,17 +19,23 @@ image: /images/pages/jack-hamilton-CMnNiQBkwBI-unsplash.jpg {% assign sorted = site.posts | sort: 'date' | reverse %} {% for post in sorted %} {% if post.category == 'releases' %} -
- -
-
-

{{ post.title }}

-

{% include forloop-dates.html %}

-

{{ post.description }}

-

🔊 Listen

-
+
+
+ +
+
+
+

{{ post.title }}

+

{% for tag in post.tags %}{{ tag }}{% endfor %} released {% include forloop-dates.html %}

+

{{ post.description }}

+

🔊 Listen

+ +
+
+
{% endif %} -{% endfor %} \ No newline at end of file +{% endfor %}