diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-05-09 17:11:20 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-05-09 17:11:20 +0700 |
commit | 25f473f4c65e74f468086d19963d490bc05ae0e1 (patch) | |
tree | a5dd9f04c11a54edc2c649404f0febe5dbbd31c7 | |
parent | 3c6939ea4695432f88a2f09e5f20543d1dca15d5 (diff) | |
download | blog-25f473f4c65e74f468086d19963d490bc05ae0e1.tar.gz |
Explicitly define mainSections to avoid generating wrong feed
-rw-r--r-- | config.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.toml b/config.toml index c839358..67ef6e5 100644 --- a/config.toml +++ b/config.toml @@ -7,6 +7,7 @@ title = "Huy's site" theme = "anubis" AvailableText = "This post is available in:" + [languages] [languages.en] @@ -90,7 +91,7 @@ author = "Ngô Ngọc Đức Huy" email = "huyngo@disroot.org" style = "auto" custom_css = ["css/custom.css"] - +mainSections = ["posts"] [markup.goldmark.renderer] unsafe = true |