From 209fd7c312c938d5637ffb1f18abfa90d745278d Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Mon, 3 Oct 2022 13:24:04 +0200 Subject: [PATCH] Fix license file ignore --- blog/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/config.toml b/blog/config.toml index 51332e0e..4c209e7a 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -5,7 +5,7 @@ feed_filename = "rss.xml" compile_sass = true minify_html = false -ignored_content = ["*/README.md", "LICENSE-CC-BY-NC"] +ignored_content = ["*/README.md", "*/LICENSE-CC-BY-NC"] [markdown] highlight_code = true