From 23821211e03cd69cf87b2f264b48e0125fcac29d Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 3 Aug 2026 13:22:07 +0300 Subject: Add gemini protocol --- templates/atom.xml | 68 ------------------------------------------------------ 1 file changed, 68 deletions(-) delete mode 100644 templates/atom.xml (limited to 'templates/atom.xml') diff --git a/templates/atom.xml b/templates/atom.xml deleted file mode 100644 index b1721ce..0000000 --- a/templates/atom.xml +++ /dev/null @@ -1,68 +0,0 @@ - - - {{ config.title }} - {%- if term %} - {{ term.name }} - {%- elif section.title %} - {{ section.title }} - {%- endif -%} - - {%- if config.description %} - {{ config.description }} - {%- endif %} - - - Zola - {% if last_updated is defined %}{{ last_updated | date(format="%+") }}{% endif %} - {{ feed_url | safe }} - {%- for page in pages %} - - {{ page.title }} - {{ page.date | date(format="%+") }} - {{ page.updated | default(value=page.date) | date(format="%+") }} - {% for author in page.authors %} - - - {{ author }} - - - {% else %} - - - {%- if config.author -%} - {{ config.author }} - {%- else -%} - Unknown - {%- endif -%} - - - {% endfor %} - - {{ page.permalink | safe }} - {% if page.summary %} - {{ page.summary }} - {% else %} - - {{ page.content }} - - {% endif %} - - {%- endfor %} - -- cgit v1.3