diff --git a/theme/templates/index.html b/theme/templates/index.html index 31983ff..a0c05c7 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -1,4 +1,11 @@ {% extends "base.html" %} +{% block content_title %} +
+
+ {{ SITENAME }} +
+
+{% endblock %} {% block content %} {% for category, articles in categories %}