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

github.com/jrutheiser/hugo-lithium-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Rutheiser <jonathan.rutheiser@gmail.com>2016-06-03 06:05:30 +0300
committerJonathan Rutheiser <jonathan.rutheiser@gmail.com>2016-06-03 06:05:30 +0300
commitc78a926c64c522f29fb27057d31ab453dcf42671 (patch)
treee856a14efbd9a9bd763b875598a39a9a1a05bc7c
parent529db138e2c08babe8e927386177a00c433a7190 (diff)
Add meta description param
-rw-r--r--exampleSite/config.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 011d664..c13a29e 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -20,6 +20,8 @@ disqusShortname = ""
url = ""
[params]
+ description = ""
+
[params.logo]
url = "logo.png"
width = 50