diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-04-03 17:50:25 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-04-03 17:50:25 -0700 |
| commit | a92df1fcec2d419f4352c56585f3cd1a871fc87c (patch) | |
| tree | 2759700112ca2df450796447ef32a466b2077337 /users/fcuny/notes/layouts/index.atom.xml | |
| parent | delete some content (diff) | |
| download | infra-a92df1fcec2d419f4352c56585f3cd1a871fc87c.tar.gz | |
site: remove unnecessary elements
Diffstat (limited to 'users/fcuny/notes/layouts/index.atom.xml')
| -rw-r--r-- | users/fcuny/notes/layouts/index.atom.xml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/users/fcuny/notes/layouts/index.atom.xml b/users/fcuny/notes/layouts/index.atom.xml deleted file mode 100644 index e4b014b..0000000 --- a/users/fcuny/notes/layouts/index.atom.xml +++ /dev/null @@ -1,24 +0,0 @@ -<feed xmlns="http://www.w3.org/2005/Atom"> - <title>{{ .Site.Title }}</title> - <link href="{{ .Permalink }}feed.xml" rel="self"/> - <link href="{{ .Permalink }}"/> - <id>{{ .Permalink }}</id>{{ with .Site.Author.name }} - <author> - <name>{{.}}</name>{{ with $.Site.Author.email }} - <email>{{.}}</email>{{end}} - </author>{{end}} - <generator>Hugo -- gohugo.io</generator> - {{ range where (first 10 (where .Site.Pages "Section" "notes")) "Params.hidden" "ne" "true" }} - <entry> - {{ `<title type="html"><![CDATA[` | safeHTML }}{{ .Title }}]]></title> - <link href="{{ .Permalink }}"/> - <id>{{ .Permalink }}</id>{{ with .Site.Params.Author }} - <author> - <name>{{.}}</name> - </author>{{end}} - {{- $fmt := "2006-01-02T15:04:05-07:00" }} - <published>{{ .Date.Format $fmt | safeHTML }}</published> - {{ `<content type="html"><![CDATA[` | safeHTML }}{{ .Content }}]]></content> - </entry> - {{ end }} -</feed> |
