mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-16 15:14:43 -04:00
configuration: Remove defaultExtension from docs
This commit is contained in:
parent
f7c96b4b5a
commit
c3cc9cd492
@ -73,7 +73,6 @@ canonifyURLs: false
|
||||
config: "config.toml"
|
||||
contentDir: "content"
|
||||
dataDir: "data"
|
||||
defaultExtension: "html"
|
||||
defaultLayout: "post"
|
||||
# Missing translations will default to this content language
|
||||
defaultContentLanguage: "en"
|
||||
@ -216,7 +215,6 @@ canonifyURLs = false
|
||||
config = "config.toml"
|
||||
contentDir = "content"
|
||||
dataDir = "data"
|
||||
defaultExtension = "html"
|
||||
defaultLayout = "post"
|
||||
# Missing translations will default to this content language
|
||||
defaultContentLanguage = "en"
|
||||
|
Loading…
x
Reference in New Issue
Block a user