mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-19 21:21:39 +02:00
hugolib: Adjust site benchmark
Having all the pages with shortcodes isn't realistic.
This commit is contained in:
@@ -259,7 +259,7 @@ weight = %d
|
||||
|
||||
if cfg.Shortcodes {
|
||||
contentPagesContent = [3]string{
|
||||
someMarkdownWithShortCode,
|
||||
someMarkdown,
|
||||
strings.Repeat(someMarkdownWithShortCode, 2),
|
||||
strings.Repeat(someMarkdownWithShortCode, 3),
|
||||
}
|
||||
|
Reference in New Issue
Block a user