From 056ff3230698a3bec8ab75897b2085032b513b3a Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Thu, 26 Dec 2024 13:16:14 +0000
Subject: [PATCH] fix: unsafe html warnings (#531)
---
exampleSite/config/_default/hugo.toml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/exampleSite/config/_default/hugo.toml b/exampleSite/config/_default/hugo.toml
index 890025d..0f4e988 100644
--- a/exampleSite/config/_default/hugo.toml
+++ b/exampleSite/config/_default/hugo.toml
@@ -25,7 +25,7 @@
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
- unsafe=true
+ unsafe=false
[taxonomies]
category = "categories"
--
Gitblit v1.10.0