mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-29 10:52:06 -05:00
hugolib: Adjust site benchmark
Having all the pages with shortcodes isn't realistic.
This commit is contained in:
parent
b9e75afd6c
commit
34c49d788c
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ weight = %d
|
||||||
|
|
||||||
if cfg.Shortcodes {
|
if cfg.Shortcodes {
|
||||||
contentPagesContent = [3]string{
|
contentPagesContent = [3]string{
|
||||||
someMarkdownWithShortCode,
|
someMarkdown,
|
||||||
strings.Repeat(someMarkdownWithShortCode, 2),
|
strings.Repeat(someMarkdownWithShortCode, 2),
|
||||||
strings.Repeat(someMarkdownWithShortCode, 3),
|
strings.Repeat(someMarkdownWithShortCode, 3),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue