From a526199cf6dccecd054bc24bf39d76a4f3b356ea Mon Sep 17 00:00:00 2001 From: "P. Ottlinger" Date: Sun, 26 Mar 2023 22:36:54 +0200 Subject: [PATCH] https://github.com/zjedi/hugo-scroll/issues/120 Update docs about plain HTML in footer Update base configuration docs about possibility to use plain HTML in your footer copyright variable. --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 089c65d..93c2efc 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -38,7 +38,7 @@ title = "Jane Doe - Nutrition Coach & Chef Consultant" description = "Nutrition Coach & Chef Consultant" # A "copyright"-line to be added at the bottom of the page. - # Hint: Markdown is supported in here as well. So you may e.g. add a link to your legal imprint-page. + # Hint: Plain HTML is supported in here as well. So you may e.g. add a link to your legal imprint-page. copyright = "© Jane Doe" # This theme will, by default, inject a design-by-line at the bottom of the page.