mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
tests: Address deprecation warnings and errors
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
d0dca65625
commit
d1ba52f3c3
@@ -80,8 +80,9 @@ func doTestTaxonomiesWithAndWithoutContentFile(t *testing.T, uglyURLs bool) {
|
||||
baseURL = "http://example.com/blog"
|
||||
titleCaseStyle = "firstupper"
|
||||
uglyURLs = %t
|
||||
paginate = 1
|
||||
defaultContentLanguage = "en"
|
||||
[pagination]
|
||||
pagerSize = 1
|
||||
[Taxonomies]
|
||||
tag = "tags"
|
||||
category = "categories"
|
||||
|
Reference in New Issue
Block a user