diff options
Diffstat (limited to 'exampleSite/config.yml')
-rw-r--r-- | exampleSite/config.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/exampleSite/config.yml b/exampleSite/config.yml index d450485..3e36c8c 100644 --- a/exampleSite/config.yml +++ b/exampleSite/config.yml @@ -46,4 +46,10 @@ params: # Configure the date format used on the pages # - In git information # - In blog posts - BookDateFormat: "Jan 2, 2006"
\ No newline at end of file + BookDateFormat: "Jan 2, 2006" + + # (Optional, default false) Show or hide site footer + BookShowFooter: false + + # Copyright notice for footer + Copyright: ["© 2019 Alex Shpak"] |