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 ++++- templates/blog.html | 4 +++- templates/index.html | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) (limited to 'templates') 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 %} 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 %} diff --git a/templates/index.html b/templates/index.html index d6c2755..3eee716 100644 --- a/templates/index.html +++ b/templates/index.html @@ -12,7 +12,7 @@ share some of that stuff here.