From 1a3ed20f93392c95438566f1ef55115ffa3f3c5b Mon Sep 17 00:00:00 2001 From: zwbetz-gh Date: Sun, 10 Jan 2021 13:36:21 -0600 Subject: [PATCH] config option to show theme switcher --- exampleSite/config.yaml | 1 + layouts/partials/footer.html | 4 +++- task_serve.sh | 5 +++++ 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100755 task_serve.sh diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index be49e63..4621b93 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -26,6 +26,7 @@ params: katex: true hideHeaderLinks: false search: true + showThemeSwitcher: true customCss: - css/custom_01.css - css/custom_02.css diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 492ba39..faec94f 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,5 +1,7 @@