tests: Address deprecation warnings and errors

This commit is contained in:
Joe Mooring
2024-09-28 13:15:53 -07:00
committed by Bjørn Erik Pedersen
parent d0dca65625
commit d1ba52f3c3
18 changed files with 71 additions and 82 deletions

View File

@@ -559,7 +559,8 @@ baseURL = "https://example.com"
disableKinds = ["term", "taxonomy"]
disableLiveReload = true
defaultContentLanguage = "nn"
paginate = 20
[pagination]
pagerSize = 20
[security]
enableInlineShortcodes = true
[languages]
@@ -1431,7 +1432,7 @@ title: "My Sect"
---
title: "P%d"
---
P%d Content.
P%d Content.
`
for i := 0; i < count; i++ {