summaryrefslogtreecommitdiff
path: root/exampleSite/config.yml
diff options
context:
space:
mode:
authorJordi Bares <jordibares@hotmail.com>2019-03-31 22:48:17 +0100
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-04-09 22:31:24 +0200
commit45271b5298d4a5dd91df97a1d3f3c726bd9398bc (patch)
treec703c7c5567fa4343e203a2bebf2ba60e87f5ea9 /exampleSite/config.yml
parent941ca77a327f595e50e0cd22d35e984afb29530d (diff)
Add footer functionality
Diffstat (limited to 'exampleSite/config.yml')
-rw-r--r--exampleSite/config.yml8
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: ["&copy; 2019 Alex Shpak"]