From b1f76ea37e6d8d6dc949ecc4899e3a1bc6d7ef65 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 27 Mar 2024 22:49:15 -0600 Subject: use new theme --- templates/base.html | 24 +++++++++++++++++++----- templates/index.html | 2 +- templates/post.html | 5 ++--- templates/sidebar.html | 17 +++++++++++++++++ 4 files changed, 39 insertions(+), 9 deletions(-) create mode 100644 templates/sidebar.html (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index 0ff6f13..37265f5 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,14 +2,26 @@ {% block head %} - + + + + + {% block title %}{% endblock %} + + + + + + + - {% block title %}{% endblock %} - @@ -29,9 +41,11 @@ {% endblock %} - - {% include "header.html" %} + + {% include "sidebar.html" %} +
{% block body %}{% endblock %} +
diff --git a/templates/index.html b/templates/index.html index 9f68a00..cf2ca69 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,7 +6,7 @@
{{ content}} -

Recent Posts

+

Recent Posts