diff --git a/content/fotos/abendliche-bewoelkung/index.md b/content/fotos/abendliche-bewoelkung/index.md index bf05433..4ea59fd 100644 --- a/content/fotos/abendliche-bewoelkung/index.md +++ b/content/fotos/abendliche-bewoelkung/index.md @@ -6,3 +6,4 @@ tags: [fotos, regensburg] --- ![Abendliche Bewölkung über Regensburg](./abendliche-bewoelkung.webp "Abendliche Bewölkung über Regensburg") +{fetchpriority="high"} diff --git a/content/fotos/ustronie-morskie/index.md b/content/fotos/ustronie-morskie/index.md index f0f6a27..87c2ac6 100644 --- a/content/fotos/ustronie-morskie/index.md +++ b/content/fotos/ustronie-morskie/index.md @@ -6,6 +6,7 @@ tags: [fotos, polen] --- ![Holzwall](./holzwall.jpeg "Holzwall") +{fetchpriority="high"} ![Pfote](./pfote.jpeg "Pfote") diff --git a/hugo.toml b/hugo.toml index 272ce06..e790831 100644 --- a/hugo.toml +++ b/hugo.toml @@ -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"