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/index.html | 10 +++++----- theme/templates/post.html | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'theme/templates') diff --git a/theme/templates/index.html b/theme/templates/index.html index 106b175..1ce080c 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -1,8 +1,8 @@ {% extends "base.html" %} {% block main %} -
- User: Christian Cleberg <hello@cleberg.net> - Context: Technology Assurance Manager - Status: Active +
+ User: Christian Cleberg <hello@cleberg.net> +
Context: Technology Assurance Manager +
Status: Active

Recent Posts

@@ -10,4 +10,4 @@

All Posts →

-{% endblock %} \ No newline at end of file +{% endblock %} 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