From 381017afe5ec5195a1a620f3b96100aa0b443356 Mon Sep 17 00:00:00 2001 From: Fey Naomi Schrewe Date: Mon, 30 Dec 2024 20:06:16 +0100 Subject: [PATCH] fix: fix typo in config --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index e430d42..2425e8e 100644 --- a/config.toml +++ b/config.toml @@ -8,7 +8,7 @@ compile_sass = true # Whether to build a search index to be used later on by a JavaScript library build_search_index = true -taxonimies = [ +taxonomies = [ { name = "cuisine" }, ] @@ -18,4 +18,4 @@ taxonimies = [ highlight_code = false [extra] -# Put all your custom variables here \ No newline at end of file +# Put all your custom variables here