Add comments flag to enable/disable comments per page
This commit is contained in:
parent
794340f536
commit
de8e9e591e
1 changed files with 5 additions and 3 deletions
|
@ -72,8 +72,10 @@
|
|||
</div>
|
||||
{{ end }}
|
||||
|
||||
<div id="comments" class="thin">
|
||||
{{- partial "comments.html" . -}}
|
||||
</div>
|
||||
{{ if .Params.comments }}
|
||||
<div id="comments" class="thin">
|
||||
{{- partial "comments.html" . -}}
|
||||
</div>
|
||||
{{ end }}
|
||||
</main>
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue