File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ theme = "microcks"
77timeZone = " Europe/Paris" # frenchies
88
99# post pagination
10- pagination.pagerSize = 6 # see https://gohugo.io/extras/pagination/ as paginate is deprecated since Hugo version v0.128.0
10+ [pagination ]
11+ pagerSize = 6 # see https://gohugo.io/extras/pagination/ as paginate is deprecated since Hugo version v0.128.0
1112# post excerpt
1213summaryLength = 10 # see https://gohugo.io/content-management/excerpts/
1314
Original file line number Diff line number Diff line change 66 {{- $u := urls.Parse (.Get "src") -}}
77 {{- $src := $u.String -}}
88 {{- if not $u.IsAbs -}}
9- {{- with or (.Page.Resources.Get $u.Path) (resources.Get $u.Path) -}}
9+ {{- with or (.Page.Resources.GetMatch $u.Path) (resources.Get $u.Path) -}}
1010 {{- $src = .RelPermalink -}}
1111 {{- end -}}
1212 {{- end -}}
You can’t perform that action at this time.
0 commit comments