From 4a1380f152407aee0751a35b12b95548325f9a38 Mon Sep 17 00:00:00 2001 From: Vicky Date: Tue, 12 Jun 2018 13:46:01 -0400 Subject: Update exampleSite config footerText comment + Resolves #53 --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 16f0738..b0c01fc 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -23,7 +23,7 @@ enforce_ssl = false cacheBuster = false # Add the current unix timestamp in query string for cache busting css assets (relevant in development mode) description = "Website Description" # Max 160 characters show in search results faviconFile = "img/fav.ico" - footerText = "" # Text to show in footer (overrides default text) + footerText = "" # Text to override default footer text (markdown allowed) fadeIn = true # Turn on/off the fade-in effect customCSS = [] # Include custom css files e.g. ["css/foo.css", "css/bar.css"] -- cgit v1.2.3