diff --git a/templates/page.html b/templates/page.html index 719ec0e..680b16e 100644 --- a/templates/page.html +++ b/templates/page.html @@ -30,7 +30,7 @@
Kategorie – {% for term in categories %} - {{ term | capitalize() }} + {{ term | capitalize() }} {% endfor %}
{% endif %} @@ -40,7 +40,7 @@
Tagy – {% for term in tags %} - {{ term | capitalize() }} + {{ term | capitalize() }} {% endfor %}
{% endif %}