diff options
author | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-02-25 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-02-25 00:00:00 +0000 |
commit | b5c3919fe891a965b0051b0ea10f3121d049b34080165f95b92a65e739526c5c (patch) | |
tree | 48c4101994628c672988e6d8691c14a4764c925cf8a75b20d414c9115de7c9e7 /layouts/_default/term.atom.xml | |
parent | 8dffa37f8ac556ed834feb78d8d659592808fe342f2078eaeea6c256d2ad0529 (diff) | |
download | hugo-theme-journal-b5c3919fe891a965b0051b0ea10f3121d049b34080165f95b92a65e739526c5c.tar.gz hugo-theme-journal-b5c3919fe891a965b0051b0ea10f3121d049b34080165f95b92a65e739526c5c.zip |
Organize layouts
Diffstat (limited to 'layouts/_default/term.atom.xml')
-rw-r--r-- | layouts/_default/term.atom.xml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/layouts/_default/term.atom.xml b/layouts/_default/term.atom.xml deleted file mode 100644 index c0c9f6e..0000000 --- a/layouts/_default/term.atom.xml +++ /dev/null @@ -1,22 +0,0 @@ -{{ "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" | safeHTML }} -<feed xmlns="http://www.w3.org/2005/Atom"> - <id>{{ .Permalink }}</id> - <title>{{ .Site.Title }}</title> - <updated>{{ .Date.Format "2006-01-02T15:04:05Z" | safeHTML }}</updated> - <link href="{{ .Permalink }}atom.xml" rel="self" /> - <link href="{{ .Permalink }}" 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>{{ .Permalink }}</id> - <title type="html">{{ .Title }}</title> - <updated>{{ .Date.Format "2006-01-02T15:04:05Z" | safeHTML }}</updated> - <link href="{{ .Permalink }}" /> - <content type="html">{{ .Content | html }}</content> - </entry>{{ end }} -</feed> |