images: Add fetchpriority="high"
This commit is contained in:
parent
c657d62fbd
commit
ce6d43b2bd
3 changed files with 13 additions and 9 deletions
|
|
@ -6,3 +6,4 @@ tags: [fotos, regensburg]
|
||||||
---
|
---
|
||||||
|
|
||||||

|

|
||||||
|
{fetchpriority="high"}
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ tags: [fotos, polen]
|
||||||
---
|
---
|
||||||
|
|
||||||

|

|
||||||
|
{fetchpriority="high"}
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
||||||
20
hugo.toml
20
hugo.toml
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue