aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/taxonomy.gemini_atom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/taxonomy.gemini_atom.xml')
-rw-r--r--layouts/_default/taxonomy.gemini_atom.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/layouts/_default/taxonomy.gemini_atom.xml b/layouts/_default/taxonomy.gemini_atom.xml
deleted file mode 100644
index 85ff034..0000000
--- a/layouts/_default/taxonomy.gemini_atom.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-{{ "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" | safeHTML }}
-<feed xmlns="http://www.w3.org/2005/Atom">
- <id>{{ replace .Permalink "https://" "gemini://" }}</id>
- <title>{{ .Site.Title }}</title>
- <updated>{{ .Date.Format "2006-01-02T15:04:05Z" | safeHTML }}</updated>
- <link href="{{ replace .Permalink "https://" "gemini://" | safeURL }}atom.xml" rel="self" />
- <link href="{{ replace .Permalink "https://" "gemini://" | safeURL }}" rel="alternate" />
- <author>
- <name>{{ .Site.Author.name }}</name>
- <email>{{ .Site.Author.email }}</email>
- </author>
- <generator>Hugo -- gohugo.io</generator>
- <rights type="html">{{ replace .Site.Copyright "{currentYear}" (now.Format "2006") }}</rights>
- <subtitle>{{ .Site.Params.Description }}</subtitle>{{ range first .Site.Config.Services.RSS.Limit .Data.Pages }}
- <entry>
- <id>{{ replace .Permalink "https://" "gemini://" | safeURL }}</id>
- <title>{{ .Title }}</title>
- <updated>{{ .Date.Format "2006-01-02T15:04:05Z" | safeHTML }}</updated>
- <link href="{{ replace .Permalink "https://" "gemini://" | safeURL }}" rel="alternate" />
- </entry>{{ end }}
-</feed>