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/post.html | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'templates/post.html') 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