images: Add fetchpriority="high"
This commit is contained in:
parent
c657d62fbd
commit
ce6d43b2bd
3 changed files with 13 additions and 9 deletions
20
hugo.toml
20
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue