Blog: separate post categories with a comma

This commit is contained in:
erciccione 2020-06-10 08:27:16 +02:00
parent 18fe5151ab
commit 476b1db60d
No known key found for this signature in database
GPG key ID: 762AF8C608E56CDF

View file

@ -20,7 +20,7 @@ title: titles.allposts
{% t blog.author %} {{ post.author }} | {{ post.date | date: "%-d %B %Y" }}<br>
Category:
{% for tag in post.tags %}
<a href="/blog/tags/{{ tag }}.html">{{ tag }}</a>
<a href="/blog/tags/{{ tag }}.html">{{ tag }}</a>{% unless forloop.last %},{% endunless %}
{% endfor %}
</small>
</p>