From b5c3919fe891a965b0051b0ea10f3121d049b34080165f95b92a65e739526c5c Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Sat, 25 Feb 2023 00:00:00 +0000 Subject: Organize layouts --- layouts/term/term.atom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 layouts/term/term.atom.xml (limited to 'layouts/term/term.atom.xml') diff --git a/layouts/term/term.atom.xml b/layouts/term/term.atom.xml new file mode 100644 index 0000000..c0c9f6e --- /dev/null +++ b/layouts/term/term.atom.xml @@ -0,0 +1,22 @@ +{{ "" | safeHTML }} + + {{ .Permalink }} + {{ .Site.Title }} + {{ .Date.Format "2006-01-02T15:04:05Z" | safeHTML }} + + + + {{ .Site.Author.name }} + {{ .Site.Author.email }} + + Hugo -- gohugo.io + {{ replace .Site.Copyright "{currentYear}" (now.Format "2006") }} + {{ .Site.Params.Description }}{{ range first .Site.Config.Services.RSS.Limit .Data.Pages }} + + {{ .Permalink }} + {{ .Title }} + {{ .Date.Format "2006-01-02T15:04:05Z" | safeHTML }} + + {{ .Content | html }} + {{ end }} + -- cgit v1.2.3