From 97f0f7a0d3ee73843bf5e5f3800df4bae3c60264 Mon Sep 17 00:00:00 2001
From: doodlebunnyhops <doodlebunnyhops@gmail.com>
Date: Sun, 09 Jul 2023 16:15:27 +0000
Subject: [PATCH] included copyRight var in param and set to default true

---
 exampleSite/config/_default/params.toml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml
index 5e2e612..3f67d2d 100644
--- a/exampleSite/config/_default/params.toml
+++ b/exampleSite/config/_default/params.toml
@@ -1,6 +1,9 @@
 # use the setting below to set multiple docs directories.
 # docSections = ["docs", "tutorials"]
 
+# Enable copyRight
+enableCopyright = false
+
 uniqueHomePage = true # change to false to add sidebar to homepage
 
 blogDir = "blog" # can be posts, blog e.t.c

--
Gitblit v1.10.0