summaryrefslogtreecommitdiffstats
path: root/templates_gmi/section_posts.html
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-08-03 16:33:15 +0300
committerJan Tuomi <jan@jantuomi.fi>2026-08-03 16:33:15 +0300
commitbaf86c86dd5d622fd0c78f0c16413f53b513db47 (patch)
treeeae65c92499a7545a2df07888ce5b22b33e0457c /templates_gmi/section_posts.html
parentc815a9077216666f703bddb9252c750e6d1bcd91 (diff)
Improve gemini site
Diffstat (limited to 'templates_gmi/section_posts.html')
-rw-r--r--templates_gmi/section_posts.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates_gmi/section_posts.html b/templates_gmi/section_posts.html
index af86c23..748c73c 100644
--- a/templates_gmi/section_posts.html
+++ b/templates_gmi/section_posts.html
@@ -6,6 +6,6 @@
=> /atom.xml Follow via Atom/RSS
=> https://aboutfeeds.com/ Huh?
-{% for page in posts.pages %}
-=> {{ page.path }} {{ page.title }} ({{ page.date | date(format="%Y-%m-%d") }})
+{% for page in posts.pages -%}
+=> {{ page.path }} {{ page.date | date(format="%Y-%m-%d") }} {{ page.title }}
{% endfor %} {% endblock %}