diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-08-03 15:02:33 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-08-03 15:02:33 +0300 |
| commit | dfde1ae901958bd61219a180903561b4a7c2e2ad (patch) | |
| tree | 7036dae0ff0e87ff58ee565777472663ccf90fe2 /templates_gmi/section_posts.html | |
| parent | b8110f45936b5c5e484684bcf3f9f5a3e4bba22f (diff) | |
Improve gemini generation
Diffstat (limited to 'templates_gmi/section_posts.html')
| -rw-r--r-- | templates_gmi/section_posts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates_gmi/section_posts.html b/templates_gmi/section_posts.html index 4d2cb55..af86c23 100644 --- a/templates_gmi/section_posts.html +++ b/templates_gmi/section_posts.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block content %} {% set posts = get_section(path="posts/_index.md") %} -## {{ section.title }} +# {{ section.title }} => /atom.xml Follow via Atom/RSS => https://aboutfeeds.com/ Huh? |
