mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-22 21:42:50 +02:00
related: Adjust benchmark
To make it easier to compare.
This commit is contained in:
@@ -34,6 +34,9 @@ disableKinds = ["taxonomy", "term", "RSS", "sitemap", "robotsTXT"]
|
||||
name = 'keywords'
|
||||
weight = 70
|
||||
-- layouts/_default/single.html --
|
||||
{{ range site.RegularPages }}
|
||||
{{ $tmp := .WordCount }}
|
||||
{{ end }}
|
||||
Len related: {{ site.RegularPages.Related . | len }}
|
||||
`
|
||||
|
||||
|
Reference in New Issue
Block a user