From cdf6b3d268e30a5eed8c135ace3aba2642764806 Mon Sep 17 00:00:00 2001
From: doodlebunnyhops <doodlebunnyhops@gmail.com>
Date: Sun, 09 Jul 2023 17:05:53 +0000
Subject: [PATCH] fix: regression #114

---
 exampleSite/config/_default/params.toml |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml
index d62a8e0..df27a32 100644
--- a/exampleSite/config/_default/params.toml
+++ b/exampleSite/config/_default/params.toml
@@ -1,8 +1,6 @@
 # use the setting below to set multiple docs directories.
 # docSections = ["docs", "tutorials"]
 
-
-
 uniqueHomePage = true # change to false to add sidebar to homepage
 
 blogDir = "blog" # can be posts, blog e.t.c
@@ -25,6 +23,10 @@
 
 otherSearchableFields = ["Tags", "Categories", "CustomField"] # As they appear in frontmatter
 
+# Defaults to true if not set
+# Enable copyRight Footer Stamp. Takes in attribution
+enableCopyright = false
+
 # search
 [search]
 on = true
@@ -49,9 +51,5 @@
 # optional
 # attribution. Feel free to delete this
 [author]
-  name = "Bleh"
+  name = "Weru"
   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