diff --git a/config.toml b/config.toml
index 54f0ba36..4ca4ddc6 100644
--- a/config.toml
+++ b/config.toml
@@ -9,7 +9,7 @@ ignoreErrors = ["error-remote-getjson"]
[outputs]
home = ["html", "rss", "Atom"] # default = ["HTML", "RSS"]
- section = ["html", "rss"] # default = ["HTML", "RSS"]
+ section = ["html", "rss", "atom"] # default = ["HTML", "RSS"]
term = ["html", "rss"] # default = ["HTML", "RSS"]
taxonomy = ["html", "rss"] # default = ["HTML", "RSS"]
@@ -54,7 +54,7 @@ images = ["images/profile.jpg"]
siteLogo = "images/na-sm.png"
keywords = ""
favicon = "favicons/"
-
+mainSections =["article"]
[languages.en.Params]
description = "Quintessentially Celtic, vehemently Viking, passionately European, unashamedly, proudly Scottish, craft beer and single malt whisky lover, enthusiastic cook, vegan, perpetually exhausted dad, pronouns: he/him"
diff --git a/gohugo-theme-ananke b/gohugo-theme-ananke
deleted file mode 160000
index 8845854a..00000000
--- a/gohugo-theme-ananke
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 8845854aa9ab5af79066e840d8c884fbbb8a269d
diff --git a/themes/atom-template-for-hugo b/themes/atom-template-for-hugo
deleted file mode 160000
index dc3b4cd5..00000000
--- a/themes/atom-template-for-hugo
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit dc3b4cd5f1a996900cfc140fb23ab5dc21945bda
diff --git a/themes/hugo-atom-feed/layouts/_default/list.atom.xml b/themes/hugo-atom-feed/layouts/_default/list.atom.xml
index 25082af0..88bc926f 100644
--- a/themes/hugo-atom-feed/layouts/_default/list.atom.xml
+++ b/themes/hugo-atom-feed/layouts/_default/list.atom.xml
@@ -13,7 +13,7 @@
{{- end }}
{{ "/" | absLangURL }}
- {{ .Site.Title }}
+ {{ .Site.Params.author }}
{{ "/" | absLangURL }}
Hugo gohugo.io