mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-19 21:21:39 +02:00
hugolib: Make sure that empty terms lists are still created
Fixes #2977
This commit is contained in:
@@ -73,6 +73,7 @@ defaultContentLanguage = "en"
|
||||
tag = "tags"
|
||||
category = "categories"
|
||||
other = "others"
|
||||
empty = "empties"
|
||||
`
|
||||
|
||||
pageTemplate := `---
|
||||
@@ -141,4 +142,7 @@ others:
|
||||
require.Equal(t, "Hello Hugo World", helloWorld.Title)
|
||||
}
|
||||
|
||||
// Issue #2977
|
||||
th.assertFileContent("public/empties/index.html", "Terms List", "Empties")
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user