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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicky <vicky@vickylai.com>2018-06-12 20:46:01 +0300
committerVicky <vicky@vickylai.com>2018-06-12 20:46:01 +0300
commit4a1380f152407aee0751a35b12b95548325f9a38 (patch)
tree254a9338a3776858f8d12d6073e69b5b9bbc06f2
parent256166e66b8f6079bdfb423654a6507b5392c606 (diff)
Update exampleSite config footerText comment
+ Resolves #53
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
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"]