From f8c366f6dc5db45abd78b377d68ede7bc08c907d Mon Sep 17 00:00:00 2001 From: Steven Engler Date: Fri, 29 Mar 2024 01:48:06 -0400 Subject: [PATCH] Updated example footer text --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index b33e661..2810049 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -18,7 +18,7 @@ theme = "no-js-hugo-theme" # theme style if the theme switcher is disabled #themeStyle = "dark.css" # default "light.css" # footer text at the bottom of every page - footerText = "Footer Text" # default + footerText = "[no-js-hugo-theme](https://github.com/stevenengler/no-js-hugo-theme)" # default # enable the table of content on pages with more than this many words (negative to disable) # (can be overridden per-page by setting the 'toc' front matter parameter) #tocWordThreshold = 1000 # default