Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/chipzoller/hugo-clarity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Terakedis <26422950+rterakedis@users.noreply.github.com>2022-02-11 07:23:28 +0300
committerweru <16350351+onweru@users.noreply.github.com>2022-02-11 15:00:30 +0300
commit9d2cf5f17453234c463c38d091dee8e379413e2d (patch)
tree3da45c87a33c4b22132962bc8a528bc11cfff0f0 /exampleSite
parent657b5cc95e0fe1d49d4c6162971f08927ba99aa6 (diff)
Sidebar Disclaimer
Adding ability to display a disclaimer (i.e. "my views are not my employer's) in the sidebar. Signed-off-by: Robert Terakedis <26422950+rterakedis@users.noreply.github.com>
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config/_default/params.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml
index bdf0fda..b51475c 100644
--- a/exampleSite/config/_default/params.toml
+++ b/exampleSite/config/_default/params.toml
@@ -61,6 +61,10 @@ enforceLightMode = false
# customize footer icon. see issue https://github.com/chipzoller/hugo-clarity/issues/77
# footerLogo = "icons/copy.svg"
+# Customize Sidebar Disclaimer Text
+# sidebardisclaimer = true
+# disclaimerText = "The opinions expressed on this site are my own personal opinions and do not represent my employer’s view in any way."
+
# Text for the languages menu.
languageMenuName = "🌐"