mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 06:00:25 +03:00
tests: Address deprecation warnings and errors
This commit is contained in:
parent
d0dca65625
commit
d1ba52f3c3
18 changed files with 71 additions and 82 deletions
|
@ -32,9 +32,11 @@ func TestSiteStats(t *testing.T) {
|
|||
siteConfig := `
|
||||
baseURL = "http://example.com/blog"
|
||||
|
||||
paginate = 1
|
||||
defaultContentLanguage = "nn"
|
||||
|
||||
[pagination]
|
||||
pagerSize = 1
|
||||
|
||||
[languages]
|
||||
[languages.nn]
|
||||
languageName = "Nynorsk"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue