images: Add fetchpriority="high"

This commit is contained in:
Jan Kremer 2026-01-14 19:45:23 +01:00
parent c657d62fbd
commit ce6d43b2bd
No known key found for this signature in database
3 changed files with 13 additions and 9 deletions

View file

@ -4,15 +4,6 @@ copyright = "CC0 1.0"
defaultContentLanguage = "de"
enableGitInfo = true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.parser]
wrapStandAloneImageWithinParagraph = false
[markup.highlight]
style = "github"
[params]
[params.author]
name = "Jan Kremer"
@ -34,3 +25,14 @@ weight = 2
name = "Über mich"
pageRef = "/about"
weight = 3
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.parser]
wrapStandAloneImageWithinParagraph = false
[markup.goldmark.parser.attribute]
block = true
[markup.highlight]
style = "github"