diff --git a/config/_default/config.toml b/config/_default/config.toml index bd1a291..9931f17 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -21,19 +21,21 @@ summaryLength = 0 # home = ["HTML", "RSS", "JSON"] [mediaTypes] -[mediaTypes."application/atom"] -suffixes = ["xml"] + [mediaTypes."application/atom"] + suffixes = ["xml"] [outputFormats.Atom] -mediaType = "application/atom" -baseName = "index" -isPlainText = false + mediaType = "application/atom" + baseName = "index" + isPlainText = false [outputFormats.HumansTXT] - baseName = "humans" - isPlainText = true - mediaType = "text/plain" + mediaType = "text/plain" + baseName = "humans" + isPlainText = true notAlternative = true [outputs] -home = [ "HTML", "Atom", "JSON", "HumansTXT" ] + home = [ "HTML", "Atom", "JSON", "HumansTXT" ] + section = [ "HTML", "Atom" ] + diff --git a/layouts/index.atom.xml b/layouts/index.atom.xml index d2a2a76..3191e04 100644 --- a/layouts/index.atom.xml +++ b/layouts/index.atom.xml @@ -12,7 +12,7 @@ {{ .Date.Format "2006-01-02T15:04:05-07:00" | safeHTML }} Dominic Reich “OE7DRT” - dominic@oe7drt.com + dominic@noreply.oe7drt.com https://oe7drt.com {{ .Permalink }} @@ -21,7 +21,7 @@ {{ .Title }} Dominic Reich “OE7DRT” - dominic@oe7drt.com + dominic@noreply.oe7drt.com https://oe7drt.com