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 - + + + ✎ Edit Post + + + + {{ 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 %}
{% include forloop-dates.html %}
{{ post.description }}
🔊 Listen
✎ Edit Post
{% for tag in post.tags %}{{ tag }}{% endfor %} released {% include forloop-dates.html %}