From 328cfb85c4698f53c2fcf6b7b3e15bd469b654b3 Mon Sep 17 00:00:00 2001 From: soaos Date: Thu, 29 Jan 2026 22:47:59 -0500 Subject: Blog post meta tags --- templates/base.html | 1 + templates/blog.html | 5 +++-- templates/post.html | 15 +++++++++++++-- 3 files changed, 17 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index b61eea1..2902d19 100644 --- a/templates/base.html +++ b/templates/base.html @@ -15,6 +15,7 @@ + {% block headcontent %} {% endblock headcontent %}
diff --git a/templates/blog.html b/templates/blog.html index ff44e08..e454299 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -1,4 +1,5 @@ -{% extends "base.html" %} {% block content %} +{% extends "base.html" %} +{% block content %}
📖 Blog
@@ -33,4 +34,4 @@
-{% endblock content %} +{% endblock content %} \ No newline at end of file diff --git a/templates/post.html b/templates/post.html index 794c715..ae884d5 100644 --- a/templates/post.html +++ b/templates/post.html @@ -1,5 +1,16 @@ -{% extends "base.html" %} {% block content %} - +{% extends "base.html" %} +{% block headcontent %} + + + + + + + + + +{% endblock headcontent %} +{% block content %}
📰 Post: {{ page.title }} -- cgit v1.2.3