From 6ff57d30003151c6f4b57077646d0e9f23cabf3b Mon Sep 17 00:00:00 2001 From: thunderbottom Date: Mon, 12 Aug 2024 19:40:35 +0530 Subject: [PATCH] chore: add missing endquote --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index e1035f7..d02af3d 100644 --- a/config.toml +++ b/config.toml @@ -9,7 +9,7 @@ compile_sass = true build_search_index = false # Whether to generate a RSS feed automatically generate_feeds = true -feed_filenames = ["atom.xml] +feed_filenames = ["atom.xml"] # minify is broken for code blocks, works on the `next` branch # minify_html = true