summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-07-06 22:14:48 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-07-06 22:14:48 +0200
commit150d0255d6f850f7f7c1cba3ff46b8b3da7b191d (patch)
tree7de779d8039431fc73ac0c3605574c0d05cb5c2a /config.toml
parentafeb71f7f872e308d1062af2de443c39c1b5b174 (diff)
Ensure default language is english
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 28c9b77..24af805 100644
--- a/config.toml
+++ b/config.toml
@@ -6,6 +6,7 @@ compile_sass = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true
+default_language = "en"
theme = "zola_easydocs_theme"