From baf86c86dd5d622fd0c78f0c16413f53b513db47 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 3 Aug 2026 16:33:15 +0300 Subject: Improve gemini site --- templates_gmi/section_posts.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates_gmi/section_posts.html') 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 %} -- cgit v1.3