From 25f473f4c65e74f468086d19963d490bc05ae0e1 Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Sun, 9 May 2021 17:11:20 +0700 Subject: Explicitly define mainSections to avoid generating wrong feed --- config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit 1.4.1