From 7a8b7c3996d80ff7241d47ebfb8301757e999d08 Mon Sep 17 00:00:00 2001 From: Demian Date: Sat, 6 Jun 2026 19:00:21 +0200 Subject: [PATCH] Fix config: locale and security policy for search.html --- config.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index ab97159..a73c8f0 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ baseURL = "https://pyte.dev" -languageCode = "de-DE" +locale = "de-DE" title = "Demians Blog" theme = "mana" @@ -47,5 +47,8 @@ style = "catppuccin-macchiato" # Default style darkTheme = "catppuccin-macchiato" # Theme for dark mode lightTheme = "catppuccin-frappe" # Theme for light mode +[security] +allowContent = ['text/html'] + [outputs] home = ["HTML", "JSON"]