From 9a8b89cf245497b72e077c3437ef0b8fbdc1cbb7 Mon Sep 17 00:00:00 2001 From: Jordi Bares Date: Fri, 29 Mar 2019 07:48:35 +0000 Subject: Fix config file DateFormat flag --- exampleSite/config.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'exampleSite/config.yml') 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 -- cgit v1.2.3