mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -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 {
|
||||
contentPagesContent = [3]string{
|
||||
someMarkdownWithShortCode,
|
||||
someMarkdown,
|
||||
strings.Repeat(someMarkdownWithShortCode, 2),
|
||||
strings.Repeat(someMarkdownWithShortCode, 3),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue