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-page.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'templates/blog-page.html') diff --git a/templates/blog-page.html b/templates/blog-page.html index b8263e0..ddf34f0 100644 --- a/templates/blog-page.html +++ b/templates/blog-page.html @@ -3,6 +3,10 @@ {% block title %}{{ page.title }}{% endblock title %} {% block content %} + +

{{ page.title }}

@@ -10,5 +14,4 @@
{{ page.content | safe }} -
Go back {% endblock content %} -- cgit v1.2.3