diff --git a/_includes/postslist.njk b/_includes/postslist.njk index d081844..d4896ac 100644 --- a/_includes/postslist.njk +++ b/_includes/postslist.njk @@ -6,7 +6,7 @@ {% for tag in post.data.tags %} {%- if collections.tagList.indexOf(tag) != -1 -%} {% set tagUrl %}/tags/{{ tag }}/{% endset %} - {{ tag }} + {{ tag }} {%- endif -%} {% endfor %}