mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
related: Adjust benchmark
This commit is contained in:
parent
2dad13c0e4
commit
4346987faf
1 changed files with 0 additions and 3 deletions
|
@ -155,9 +155,6 @@ disableKinds = ["taxonomy", "term", "RSS", "sitemap", "robotsTXT"]
|
||||||
type = 'fragments'
|
type = 'fragments'
|
||||||
weight = 30
|
weight = 30
|
||||||
-- layouts/_default/single.html --
|
-- layouts/_default/single.html --
|
||||||
{{ range site.RegularPages }}
|
|
||||||
{{ $tmp := .WordCount }}
|
|
||||||
{{ end }}
|
|
||||||
Len related: {{ site.RegularPages.Related . | len }}
|
Len related: {{ site.RegularPages.Related . | len }}
|
||||||
`
|
`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue