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:
Diffstat (limited to 'Customization.md')
-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).