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

github.com/dplesca/purehugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schalla <daniel@schalla.me>2016-03-05 20:13:08 +0300
committerDaniel Schalla <daniel@schalla.me>2016-03-05 20:13:08 +0300
commit40ea2798d06ea608be4c1aa39c49b841ed4d53ef (patch)
treedb1447497dec84f995d3b02e7dfd84c1cdd41b17
parent84e8b638019709922001a22a6024e05afc24d1c1 (diff)
Added Explanation for Hide Share Options
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index ad9f908..da225e3 100644
--- a/README.md
+++ b/README.md
@@ -36,5 +36,15 @@ For responsive images you could use the built-in responsive image shortcode (wit
{{%/* img-responsive "http://example.com/image.jpg" */%}}
```
+### Hide Share Options
+
+If you would like to hide the share options in the single post view, you can add this option in the `params` section of your config file.
+
+```toml
+[params]
+ <<other options>>
+ hideShareOptions = true
+```
+
### Screenshot
![Screenshot](http://i.imgur.com/Dsj41Rz.png)