mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-11 21:48:05 -04:00
hugolib: Some more benchmark adjustments
This commit is contained in:
parent
4ed6ebef4c
commit
ddd75f2121
@ -278,9 +278,13 @@ contentDir="content/sv"
|
|||||||
{{ len .Sections }}
|
{{ len .Sections }}
|
||||||
{{ len .Pages }}
|
{{ len .Pages }}
|
||||||
{{ len .RegularPages }}
|
{{ len .RegularPages }}
|
||||||
|
{{ len .Resources }}
|
||||||
{{ len site.RegularPages }}
|
{{ len site.RegularPages }}
|
||||||
{{ len site.Pages }}
|
{{ len site.Pages }}
|
||||||
|
{{ with .NextInSection }}Next in section: {{ .RelPermalink }}{{ end }}
|
||||||
|
{{ with .PrevInSection }}Prev in section: {{ .RelPermalink }}{{ end }}
|
||||||
|
{{ with .Next }}Next: {{ .RelPermalink }}{{ end }}
|
||||||
|
{{ with .Prev }}Prev: {{ .RelPermalink }}{{ end }}
|
||||||
`
|
`
|
||||||
|
|
||||||
sb := newTestSitesBuilder(b).WithConfigFile("toml", `
|
sb := newTestSitesBuilder(b).WithConfigFile("toml", `
|
||||||
|
Loading…
x
Reference in New Issue
Block a user