diff options
| author | Christian Cleberg <[email protected]> | 2026-03-13 15:56:35 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-03-13 15:56:35 -0500 |
| commit | 11a5ca2792cd0debb6b8f510ffd716e6f734dbd6 (patch) | |
| tree | 945f53748136471c1eb23ddd98d567619fb1c788 /theme/templates/garden.html | |
| parent | c7314b1052152748585c0ea5dc07325a26c2374e (diff) | |
| download | cleberg.net-11a5ca2792cd0debb6b8f510ffd716e6f734dbd6.tar.gz cleberg.net-11a5ca2792cd0debb6b8f510ffd716e6f734dbd6.tar.bz2 cleberg.net-11a5ca2792cd0debb6b8f510ffd716e6f734dbd6.zip | |
fix *.org headers and revert to minimal site theme
Diffstat (limited to 'theme/templates/garden.html')
| -rw-r--r-- | theme/templates/garden.html | 18 |
1 files changed, 9 insertions, 9 deletions
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.</p> <span><strong>🍂 Compost:</strong> Ideas you no longer agree with but want to keep for historical context.</span><br><br> </section> -<ul class="garden-index"> -{% for post in posts %} -<li> - <a href='{{ url_for("garden", slug=post.slug) }}'>{{ post.title }}</a> - {% if post.description %} - <span class="garden-desc">{{ post.description }}</span> - {% endif %} -</li> -{% endfor %} +<ul> + {% for post in posts %} + <li> + <a href='{{ url_for("garden", slug=post.slug) }}'>{{ post.title }}</a> + {% if post.description %} + <span>{{ post.description }}</span> + {% endif %} + </li> + {% endfor %} </ul> {% endblock %} |
