From 062f14b9a19f65d6ab72800f5d436b05ce07853d Mon Sep 17 00:00:00 2001 From: Jordi Bares Date: Tue, 26 Mar 2019 11:59:35 +0000 Subject: Theme date formatting in config file --- README.md | 3 +++ layouts/partials/docs/git-footer.html | 4 ++-- layouts/posts/list.html | 2 +- layouts/posts/single.html | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9821631..5bbd6f9 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,9 @@ enableGitInfo: true disableKinds: ["taxonomy", "taxonomyTerm"] params: + # Configure the date format utilised on the pages - TODO, review git-footer.html + DateForm: "January 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 diff --git a/layouts/partials/docs/git-footer.html b/layouts/partials/docs/git-footer.html index 1fc589d..f9dccdf 100644 --- a/layouts/partials/docs/git-footer.html +++ b/layouts/partials/docs/git-footer.html @@ -2,8 +2,8 @@