From 3423f569a6f1554084c04883bb59a9efe8a61b8d Mon Sep 17 00:00:00 2001 From: Jonas Tobias Hopusch Date: Mon, 14 Jun 2021 12:02:33 +0200 Subject: [PATCH] Enable content on section pages --- templates/blog.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/blog.html b/templates/blog.html index 342668c..fc29dcb 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -6,5 +6,8 @@
  • {{ page.title }}
  • {% endfor %} +
    + {{ section.content | safe }} +
    {% endblock content %}