From be215575b825ab118601cbabdcd9b64a7a2d1759 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Fri, 16 Jan 2026 22:39:21 -0600 Subject: update site theme --- theme/templates/post.html | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'theme/templates/post.html') diff --git a/theme/templates/post.html b/theme/templates/post.html index 66c335c..407b3b0 100644 --- a/theme/templates/post.html +++ b/theme/templates/post.html @@ -8,10 +8,23 @@ {% endif %} {% endblock %} {% block main %}
-
- Title: {{ post.title }} -
Date: -
Description: {{ post.description }} +
{{ post.html | safe }}
-- cgit v1.2.3