diff --git a/_includes/postslist.njk b/_includes/postslist.njk index 88882d9..edbf4e9 100644 --- a/_includes/postslist.njk +++ b/_includes/postslist.njk @@ -2,13 +2,13 @@ {% for post in postslist | reverse %}
  • {% if post.data.title %}{{ post.data.title }}{% else %}{{ post.url }}{% endif %} - {{ post.date | readableDate }} + {% for tag in post.data.tags %} - {%- if tag != "post" -%} - {% set tagUrl %}/tags/{{ tag }}/{% endset %} - {{ tag }} - {%- endif -%} - {% endfor %} + {%- if tag != "post" -%} + {% set tagUrl %}/tags/{{ tag }}/{% endset %} + {{ tag }} + {%- endif -%} + {% endfor %}
  • {% endfor %}