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

@ -6,3 +6,4 @@ tags: [fotos, regensburg]
--- ---
![Abendliche Bewölkung über Regensburg](./abendliche-bewoelkung.webp "Abendliche Bewölkung über Regensburg") ![Abendliche Bewölkung über Regensburg](./abendliche-bewoelkung.webp "Abendliche Bewölkung über Regensburg")
{fetchpriority="high"}

View file

@ -6,6 +6,7 @@ tags: [fotos, polen]
--- ---
![Holzwall](./holzwall.jpeg "Holzwall") ![Holzwall](./holzwall.jpeg "Holzwall")
{fetchpriority="high"}
![Pfote](./pfote.jpeg "Pfote") ![Pfote](./pfote.jpeg "Pfote")

View file

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