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:14:21 +0300
committerDaniel Schalla <daniel@schalla.me>2016-03-05 20:14:21 +0300
commit912d3a5fb089a2b66332f0b2bee34a60b1b3fdc7 (patch)
tree3b8414a3125bf1c359e1f1732796b9f048453e15
parent40ea2798d06ea608be4c1aa39c49b841ed4d53ef (diff)
Used comment for other options
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index da225e3..4196538 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ If you would like to hide the share options in the single post view, you can add
```toml
[params]
- <<other options>>
+ # ... other options ...
hideShareOptions = true
```