From 82624418d5940ef628a51ca07aa222073fa9a388 Mon Sep 17 00:00:00 2001 From: lemon Date: Thu, 3 Mar 2022 10:11:01 +0100 Subject: change some things around --- templates/blog.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates/blog.html') diff --git a/templates/blog.html b/templates/blog.html index afee41d..fb7ea21 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -3,6 +3,9 @@ {% block title %}lemon's site{% endblock title %} {% block content %} +

{{ section.title }}

@@ -11,5 +14,4 @@
  • {{ page.title }} ({{ page.date }})
  • {% endfor %} -
    Go back {% endblock content %} -- cgit v1.2.3