From b3a6db3127a5a72998764de62c1498508eef5da3 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 2 Dec 2025 22:04:33 -0600 Subject: feat: minify css theme again since the last one was not great --- theme/templates/post.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'theme/templates/post.html') diff --git a/theme/templates/post.html b/theme/templates/post.html index a2c903e..66c335c 100644 --- a/theme/templates/post.html +++ b/theme/templates/post.html @@ -8,10 +8,10 @@ {% endif %} {% endblock %} {% block main %}
-
- Title: {{ post.title }} - Date: - Description: {{ post.description }} +
+ Title: {{ post.title }} +
Date: +
Description: {{ post.description }}
{{ post.html | safe }}
-- cgit v1.2.3