From ebae8017b00f3b862501bdd9116c28b8b551d10c Mon Sep 17 00:00:00 2001
From: doodlebunnyhops <doodlebunnyhops@gmail.com>
Date: Sun, 09 Jul 2023 16:15:27 +0000
Subject: [PATCH] updated notes in example params

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

diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml
index 3f67d2d..d62a8e0 100644
--- a/exampleSite/config/_default/params.toml
+++ b/exampleSite/config/_default/params.toml
@@ -1,8 +1,7 @@
 # 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
 
@@ -50,5 +49,9 @@
 # optional
 # attribution. Feel free to delete this
 [author]
-  name = "Weru"
+  name = "Bleh"
   url = "https://neuralvibes.com/author/"
+
+# Defaults to true if not set
+# Enable copyRight Footer Stamp. Takes in attribution
+enableCopyright = true
\ No newline at end of file

--
Gitblit v1.10.0