mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-25 12:46:44 +00:00
Fix config file DateFormat flag
This commit is contained in:
parent
a7e906feed
commit
9a8b89cf24
@ -85,7 +85,7 @@ disableKinds: ["taxonomy", "taxonomyTerm"]
|
|||||||
|
|
||||||
params:
|
params:
|
||||||
# Configure the date format utilised on the pages - TODO, review git-footer.html
|
# Configure the date format utilised on the pages - TODO, review git-footer.html
|
||||||
DateForm: "January 2, 2006"
|
DateFormat: "January 2, 2006"
|
||||||
|
|
||||||
# (Optional, default true) Show or hide table of contents globally
|
# (Optional, default true) Show or hide table of contents globally
|
||||||
# You can also specify this parameter per page in front matter
|
# You can also specify this parameter per page in front matter
|
||||||
|
@ -11,6 +11,9 @@ disablePathToLower: true
|
|||||||
enableGitInfo: true
|
enableGitInfo: true
|
||||||
|
|
||||||
params:
|
params:
|
||||||
|
# Configure the date format utilised on the pages
|
||||||
|
DateFormat: "Jan 2, 2006"
|
||||||
|
|
||||||
# (Optional, default true) Show or hide table of contents globally
|
# (Optional, default true) Show or hide table of contents globally
|
||||||
# You can also specify this parameter per page in front matter
|
# You can also specify this parameter per page in front matter
|
||||||
BookShowToC: true
|
BookShowToC: true
|
||||||
|
Loading…
Reference in New Issue
Block a user