diff options
author | amzrk2 | 2020-05-18 11:16:08 +0800 |
---|---|---|
committer | amzrk2 | 2020-05-18 11:16:08 +0800 |
commit | aa5290aeef9df1c583fdf30290351968df9215dc (patch) | |
tree | 142715d9db10ae2da820dc74db97eef2059b1151 /README.md | |
parent | ee964a15351eab53f9a26dfc4098f4cf69cefe40 (diff) | |
download | hugo-theme-fuji-aa5290aeef9df1c583fdf30290351968df9215dc.tar.gz hugo-theme-fuji-aa5290aeef9df1c583fdf30290351968df9215dc.tar.bz2 hugo-theme-fuji-aa5290aeef9df1c583fdf30290351968df9215dc.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -47,12 +47,13 @@ If you want to generate your site, just run ```hugo``` or ```hugo --minify```. ## Advance configration -### In-post license +### In-post license & comments -You can set variables below in post's front matter to disable it: +You can set variables below in post's front matter to disable them: ```toml noLicense = true # Do not show license in this post +noComments = true # Do not show comments in this post ``` ### APlayer |