Fix config file DateFormat flag

This commit is contained in:
Jordi Bares 2019-03-29 07:48:35 +00:00 committed by Alex Shpak
parent a7e906feed
commit 9a8b89cf24
2 changed files with 4 additions and 1 deletions

View File

@ -85,7 +85,7 @@ disableKinds: ["taxonomy", "taxonomyTerm"]
params:
# 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
# You can also specify this parameter per page in front matter

View File

@ -11,6 +11,9 @@ disablePathToLower: true
enableGitInfo: true
params:
# Configure the date format utilised on the pages
DateFormat: "Jan 2, 2006"
# (Optional, default true) Show or hide table of contents globally
# You can also specify this parameter per page in front matter
BookShowToC: true