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>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
{{ if .Params.comments }}
|
||||||
<div id="comments" class="thin">
|
<div id="comments" class="thin">
|
||||||
{{- partial "comments.html" . -}}
|
{{- partial "comments.html" . -}}
|
||||||
</div>
|
</div>
|
||||||
|
{{ end }}
|
||||||
</main>
|
</main>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue