Add a GetPage to the site benchmarks
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 24 Jan 2018 08:08:26 +0000 (09:08 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 24 Jan 2018 08:08:26 +0000 (09:08 +0100)
hugolib/site_benchmark_test.go

index 30720e7ed0772aa392cf53150ca26fd3fe9b0a3b..dbe29a94a01f2d687a536ea699fab00273168e0f 100644 (file)
@@ -275,8 +275,8 @@ weight = %d
                // Maybe consider reusing the Source fs
                mf := afero.NewMemMapFs()
                th, h := newTestSitesFromConfig(b, mf, siteConfig,
-                       "layouts/_default/single.html", `Single HTML|{{ .Title }}|{{ .Content }}|{{ partial "myPartial" . }} `,
-                       "layouts/_default/list.html", `List HTML|{{ .Title }}|{{ .Content }}`,
+                       "layouts/_default/single.html", `Single HTML|{{ .Title }}|{{ .Content }}|{{ partial "myPartial" . }}`,
+                       "layouts/_default/list.html", `List HTML|{{ .Title }}|{{ .Content }}|GetPage: {{ with .Site.GetPage "page" "sect3/page3.md" }}{{ .Title }}{{ end }}`,
                        "layouts/partials/myPartial.html", `Partial: {{ "Hello **world**!" | markdownify }}`,
                        "layouts/shortcodes/myShortcode.html", `<p>MyShortcode</p>`)