diff options
Diffstat (limited to 'config.toml')
-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 |