fix old posts atm

This commit is contained in:
Christoph Cullmann 2025-07-19 16:25:53 +02:00
parent 78492092ab
commit cc3d9aaa61
No known key found for this signature in database

View file

@ -50,6 +50,11 @@ ignoreErrors = ["error-disable-taxonomy"]
# Configure markup highlighter to match "Bearblog" aesthetics, see
# https://gohugo.io/configuration/markup/#highlight
[markup]
# we need unsafe HTML for some of my older posts
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = 'friendly'
lineNos = true