From 2d5f28241964dc61a5bac30f25ba54941442b12c Mon Sep 17 00:00:00 2001 From: Jonas Tobias Hopusch Date: Thu, 1 Jul 2021 00:18:11 +0200 Subject: [PATCH] Revert "Remove scheme and path from base_url (now only host)" This reverts commit 637559f596c00e4747f3e3e84487bcc20a5f864d. Apparently the example value in the config on getzola.org were wrong and this info is still necessary. :( --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 3561a22..5bea084 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -base_url = "www.jotoho.de" +base_url = "https://www.jotoho.de/" default_language = "en" minify_html = true