1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

related: Adjust benchmark

This commit is contained in:
Bjørn Erik Pedersen
2023-02-22 19:17:22 +01:00
parent 2dad13c0e4
commit 4346987faf

View File

@@ -155,9 +155,6 @@ disableKinds = ["taxonomy", "term", "RSS", "sitemap", "robotsTXT"]
type = 'fragments'
weight = 30
-- layouts/_default/single.html --
{{ range site.RegularPages }}
{{ $tmp := .WordCount }}
{{ end }}
Len related: {{ site.RegularPages.Related . | len }}
`