mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 22:21:07 +03:00
Remove the now superflous defaultExtension
And some other unsed fields and methods.
This commit is contained in:
parent
15b64d51da
commit
ee75e2999b
12 changed files with 4 additions and 88 deletions
|
@ -64,8 +64,6 @@ func TestPermalink(t *testing.T) {
|
|||
|
||||
cfg, fs := newTestCfg()
|
||||
|
||||
cfg.Set("defaultExtension", "html")
|
||||
|
||||
cfg.Set("uglyURLs", test.uglyURLs)
|
||||
cfg.Set("canonifyURLs", test.canonifyURLs)
|
||||
cfg.Set("baseURL", test.base)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue