From e8a7ba3c796f5d92927e5daecd8bd2db0255d163 Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Thu, 3 Feb 2022 01:10:43 +0100 Subject: [PATCH] Allow localized urls Signed-off-by: Alexander Borsuk --- config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.toml b/config.toml index e060aae6..2090d5aa 100644 --- a/config.toml +++ b/config.toml @@ -10,6 +10,10 @@ build_search_index = false [markdown] external_links_target_blank = true +# Allows to have localized URLs. +[slugify] +paths = "safe" + [languages.en.translations] contact = "Contact Us" donate = "Donate"