From 9b8ba20fe052c9f0397b8cfb1f51450daef3eef5 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 6ecfc2a..4b272fc 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