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

github.com/AmazingRise/hugo-theme-diary.wiki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRise <8315221+AmazingRise@users.noreply.github.com>2020-03-02 17:41:24 +0300
committerRise <8315221+AmazingRise@users.noreply.github.com>2020-03-02 17:41:24 +0300
commit0636c9763466d8c650b8a2d45a37d29aaae3d521 (patch)
tree339ac17eb8f6cae8fcba4dcedf77cd056ad51a22
parenta1e8f21f5761d1892a80f6a0993782e5dd500045 (diff)
Updated Customization (markdown)
-rw-r--r--Customization.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Customization.md b/Customization.md
index 89c634c..42a1d58 100644
--- a/Customization.md
+++ b/Customization.md
@@ -126,7 +126,7 @@ If I'm free then, I will add it. :P
### Disabling
#### Disable the comment area in one post
If you wanna to disable the comment area in a specific post, please add a line in the metadata area of the post:
-```toml
+```
comment : false
```
A more detailed description of the posts' meta data is [here](https://github.com/AmazingRise/hugo-theme-diary/wiki/Post's-meta-data).