diff --git a/theme/templates/category.html b/theme/templates/category.html index 7ff2ea1..3e1551a 100644 --- a/theme/templates/category.html +++ b/theme/templates/category.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block content_title %}{{ SITENAME }} / {{ category }}{% endblock %} +{% block content_title %}{{ SITENAME }} / {{ category }}{% endblock %} {% block content %} {% for article in articles %}