From ce6e6cde22e631c36a8aad6e34940d37ae9dd89a Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 9 Feb 2025 17:50:13 +0100 Subject: [PATCH] Add ignoreLogs for raw HTML --- hugo.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hugo.yaml b/hugo.yaml index 2ab53d8..baf25cb 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -34,3 +34,5 @@ taxonomies: permalinks: articles: "/s/articles/:year/:month/:day/:slug" + +ignoreLogs: [ "warning-goldmark-raw-html" ]