From 9d84f5c4a187a41e4eba954018c9e9b9fcc46d2e Mon Sep 17 00:00:00 2001 From: JackJ30 Date: Tue, 13 May 2025 01:51:16 -0400 Subject: emacs article --- zola-static/templates/base.html | 2 +- zola-static/templates/blog-page.html | 8 +++++--- zola-static/templates/index.html | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) (limited to 'zola-static/templates') diff --git a/zola-static/templates/base.html b/zola-static/templates/base.html index 9aa47d8..7eb1914 100644 --- a/zola-static/templates/base.html +++ b/zola-static/templates/base.html @@ -3,7 +3,7 @@ - Jack Jamison + {% block title %}Jack Jamison{% endblock title %} diff --git a/zola-static/templates/blog-page.html b/zola-static/templates/blog-page.html index 8e2fa3d..ed1afeb 100644 --- a/zola-static/templates/blog-page.html +++ b/zola-static/templates/blog-page.html @@ -1,14 +1,16 @@ {% extends "base.html" %} +{% block title %}{{ page.title }}{% endblock title %} + {% block header %} -
-
+
+

{{ page.title }}

{{ page.date }} {% if page.updated %} (updated {{ page.updated }}) {% endif %}

-
+
diff --git a/zola-static/templates/index.html b/zola-static/templates/index.html index f674f13..4ef333d 100644 --- a/zola-static/templates/index.html +++ b/zola-static/templates/index.html @@ -8,12 +8,12 @@

Articles

Links


-- cgit v1.2.3