From e1a16b18ee0271bbad754d889a1455fc2e8b1d6d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 29 Jun 2024 22:22:34 +0200 Subject: remove unused template file --- templates/atom.xml | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) delete mode 100644 templates/atom.xml diff --git a/templates/atom.xml b/templates/atom.xml deleted file mode 100644 index 81c9a76..0000000 --- a/templates/atom.xml +++ /dev/null @@ -1,48 +0,0 @@ - - - - {{ config.title }} - {%- if term %} - {{ term.name }} - {%- elif section.title %} - {{ section.title }} - {%- endif -%} - - {%- if config.description %} - {{ config.description }} - {%- endif %} - - - Zola - {{ last_updated | date(format="%+") }} - {{ feed_url | safe }} - {%- for page in pages %} - - {{ page.title }} - {{ page.date | date(format="%+") }} - {{ page.updated | default(value=page.date) | date(format="%+") }} - - - {%- if page.authors -%} - {{ page.authors[0] }} - {%- elif config.author -%} - {{ config.author }} - {%- else -%} - Unknown - {%- endif -%} - - - - {{ page.permalink | safe }} - {% if page.summary %} - {{ page.summary }} - {% else %} - {{ page.content }} - {% endif %} - - {%- endfor %} - -- cgit 1.4.1