summaryrefslogtreecommitdiffstats
path: root/hugolib/hugo_smoke_test.go
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-09-02 17:34:02 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-09-02 17:34:02 +0200
commit4898fb3d64c856c5e0f324e0dfbf3b60da1d1d3a (patch)
treeef16a7294e4e550c5ca60b2508481564b3bd4e5d /hugolib/hugo_smoke_test.go
parent45d7988f2d0aa95d1a56f4c66342574075cf2963 (diff)
Make home.Pages work like any other section
Fixes #6240
Diffstat (limited to 'hugolib/hugo_smoke_test.go')
-rw-r--r--hugolib/hugo_smoke_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/hugo_smoke_test.go b/hugolib/hugo_smoke_test.go
index 2121738a9..539e79729 100644
--- a/hugolib/hugo_smoke_test.go
+++ b/hugolib/hugo_smoke_test.go
@@ -193,7 +193,7 @@ Some **Markdown** in JSON shortcode.
b.AssertFileContent("public/index.html",
"home|In English",
"Site params: Rules",
- "Pages: Pages(18)|Data Pages: Pages(18)",
+ "Pages: Pages(6)|Data Pages: Pages(6)",
"Paginator: 1",
"First Site: In English",
"RelPermalink: /",