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

github.com/zhe/hugo-theme-slim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinexist3nce <inexist3nce@users.noreply.github.com>2016-02-25 04:37:07 +0300
committerinexist3nce <inexist3nce@users.noreply.github.com>2016-02-25 04:37:07 +0300
commit9d3465beb042a95df9f9f39be84a8e4bb542627b (patch)
tree5435454a67401b0504527729b39594313bc723a2
parent33c9f574b94c9c860896c4882dc6a03a72bf50ab (diff)
Allow custom footer
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 895b9cc..74b8e51 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,7 @@ You could add `params` into your site's `config.toml` file:
Summary = true # takes true or false
Content = false # takes true or false
# if both are set to true, summary is shown.
+ # FooterMsg = "Copyright Me 2016. Powered by Hugo."
```
if you use `config.yaml`, it could look like:
@@ -43,6 +44,7 @@ params:
Summary: true # takes true or false
Content: false # takes true or false
# if both are set to true, summary is shown
+ # FooterMsg: "Custom footer message. Powered by Hugo."
```
### Enable Disqus to your post