From 927757547a1b7dbd6fe422d70f9ca422801571cc Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 18 Jan 2026 17:06:40 -0600 Subject: publish new terminal theme --- theme/templates/post.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'theme/templates/post.html') diff --git a/theme/templates/post.html b/theme/templates/post.html index 66c335c..18b9abc 100644 --- a/theme/templates/post.html +++ b/theme/templates/post.html @@ -9,10 +9,11 @@ {% endif %} {% endblock %} {% block main %}
- Title: {{ post.title }} -
Date: -
Description: {{ post.description }} -
+
+ Object {{ post.title }} + Timestamp + Summary {{ post.description }} +
{{ post.html | safe }}
-- cgit v1.2.3