From 11a5ca2792cd0debb6b8f510ffd716e6f734dbd6 Mon Sep 17 00:00:00 2001
From: Christian Cleberg
Date: Fri, 13 Mar 2026 15:56:35 -0500
Subject: fix *.org headers and revert to minimal site theme
---
theme/templates/garden.html | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
(limited to 'theme/templates/garden.html')
diff --git a/theme/templates/garden.html b/theme/templates/garden.html
index 79238f5..c546078 100644
--- a/theme/templates/garden.html
+++ b/theme/templates/garden.html
@@ -14,14 +14,14 @@ around.
🍂 Compost: Ideas you no longer agree with but want to
keep for historical context.
-
-{% for post in posts %}
--
- {{ post.title }}
- {% if post.description %}
- {{ post.description }}
- {% endif %}
-
-{% endfor %}
+
+ {% for post in posts %}
+ -
+ {{ post.title }}
+ {% if post.description %}
+ {{ post.description }}
+ {% endif %}
+
+ {% endfor %}
{% endblock %}
--
cgit v1.2.3