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

github.com/kishaningithub/hugo-shopping-product-catalogue-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKishan B <bkishan@thoughtworks.com>2018-08-05 16:46:21 +0300
committerKishan B <bkishan@thoughtworks.com>2018-08-05 16:46:21 +0300
commit0e96aa8c951fe768e73fb4a26540c3b952372726 (patch)
treedf94cd60251a5af7f6dc203bdbf03289c3e753d1 /exampleSite
parentf239fbad19a15fb8c8642e604cae76c2eb10853c (diff)
Add ability to add site description below company name. Fixes #2
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index b644203..31fb4ce 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -2,3 +2,5 @@ baseURL = "http://example.org/"
languageCode = "en-us"
title = "Awesome Lighting Inc."
theme = "hugo-shopping-product-catalogue-simple"
+[Params]
+description = "" \ No newline at end of file