-
+ {% for section in sections %}
+ {% for page in section.pages %}
+
-
+ {{ page.title }}
+ {{ page.date | date(format="long") }} +
+ {% endfor %}
+ {% endfor %}
+
diff --git a/templates/blog_index.html b/templates/blog_index.html index 1e396789..638fadf2 100644 --- a/templates/blog_index.html +++ b/templates/blog_index.html @@ -1,16 +1,20 @@ {% extends "base.html" %} {% block content %} -