diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-08-03 16:33:15 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-08-03 16:33:15 +0300 |
| commit | baf86c86dd5d622fd0c78f0c16413f53b513db47 (patch) | |
| tree | eae65c92499a7545a2df07888ce5b22b33e0457c /templates_gmi/section_posts.html | |
| parent | c815a9077216666f703bddb9252c750e6d1bcd91 (diff) | |
Improve gemini site
Diffstat (limited to 'templates_gmi/section_posts.html')
| -rw-r--r-- | templates_gmi/section_posts.html | 4 |
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 %} |
