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

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Bouchut <ebouchut@gmail.com>2017-01-15 16:33:34 +0300
committerEric Bouchut <ebouchut@gmail.com>2017-01-15 16:33:34 +0300
commit4ebe2b0852f1463d8d0de4714ccecb89e5baccc7 (patch)
treeb522ab4e54c46bb09e6b67d42241d8902ba6489d /docs
parent45bcfca52fa769538b45a3d0abc96bfaf0b8a52d (diff)
Issue #106: Add documentation for showDate
Diffstat (limited to 'docs')
-rw-r--r--docs/user.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/user.md b/docs/user.md
index bf42420..aa7a550 100644
--- a/docs/user.md
+++ b/docs/user.md
@@ -482,6 +482,7 @@ comments: false
showTags: true
showPagination: true
showSocial: true
+showDate: true
```
|Variable|Description|
@@ -499,6 +500,7 @@ showSocial: true
|coverMeta|`in`: display post meta (title, date and categories) on cover image, `out`: display meta (title, date and categories) under cover image as usual. Default behavior : `in`|
|gallery|Images displayed in an image gallery (with fancybox) at the end of the post. If thumbnail image is not configured and cover image too, the first photo is used as thumbnail image. format: `original url [thumbnail url] [caption]`, E.g : `https://example.com/original.jpg https://example.com/thumbnail.jpg "New York"`|
|comments|Disable the comment of the post.
+|showDate|`true`: Show the date when `true` (default)|
|showTags|`true`: show tags of this page. Default behavior: `true`
|showPagination|`true`: show pagination. Default behavior: `true`
|showSocial|`true`: show social button such as share on Twitter, Facebook... Default behavior: `true`