summaryrefslogtreecommitdiff
path: root/exampleSite/config.yml
diff options
context:
space:
mode:
authorJordi Bares <jordibares@hotmail.com>2019-03-29 07:48:35 +0000
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-03-29 16:16:04 +0100
commit9a8b89cf245497b72e077c3437ef0b8fbdc1cbb7 (patch)
treef03aaf31245190dfe7e46b3cb8dc7e75bcf86001 /exampleSite/config.yml
parenta7e906feed641b0ecb52e82066ea57e2af72c386 (diff)
Fix config file DateFormat flag
Diffstat (limited to 'exampleSite/config.yml')
-rw-r--r--exampleSite/config.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/config.yml b/exampleSite/config.yml
index 050012d..1815a9b 100644
--- a/exampleSite/config.yml
+++ b/exampleSite/config.yml
@@ -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