Browse Source

still trying to fix atom feed

master
jk 3 years ago
parent
commit
9082416ffe
  1. 3
      config.toml

3
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,6 +54,7 @@ images = ["images/profile.jpg"]
siteLogo = "images/na-sm.png"
keywords = ""
favicon = "favicons/"
feedSections =["article","note","photo"]
[languages.en.Params]