From f6f4d52e292409a333396d5facf8d95f0dd57a2f Mon Sep 17 00:00:00 2001 From: Mike Wilson Date: Tue, 24 Jun 2025 10:42:32 -0400 Subject: [PATCH] More initial configuration --- templates/base.html | 7 +++++++ templates/index.html | 3 +-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index 19e9b28..db31c46 100644 --- a/templates/base.html +++ b/templates/base.html @@ -7,6 +7,13 @@ +
+ +
{% block content %} {% endblock content %} diff --git a/templates/index.html b/templates/index.html index 54a3d90..f1a09cf 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,7 +2,6 @@ {% block content %}

- This is my blog made with Zola. + Mike Wilson

-

Posts.

{% endblock content %}