documented post params, added param to disable comments for post
This commit is contained in:
parent
cc8ade35b9
commit
ea8f8057f9
3 changed files with 12 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{{ if .Site.Params.commento }}
|
||||
{{ if and .Site.Params.commento (.Params.comments | default true) }}
|
||||
<script
|
||||
defer
|
||||
src="{{ .Site.Params.commento }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue