From a0514f7f2ae46290baf359d51c272c275bf6fa3b Mon Sep 17 00:00:00 2001 From: Micha Glave Date: Sun, 12 Feb 2023 13:30:28 +0100 Subject: [PATCH] Uses the language defined in the config file. (#17) --- config.toml | 1 + templates/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 67c6a7f..f12efc8 100644 --- a/config.toml +++ b/config.toml @@ -2,6 +2,7 @@ base_url = "/" title = "Juice - An intuitive, elegant, and lightweight Zola theme for product sites." +# default_language = "en" # Whether to automatically compile all Sass files in the sass directory compile_sass = true diff --git a/templates/index.html b/templates/index.html index 0bb4e60..c10a647 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,6 +1,6 @@ {% import "_macros.html" as macros %} - +