Add comment section option

This commit is contained in:
panr 2019-02-01 15:06:59 +01:00
parent d398ce4163
commit ebceb6857c
2 changed files with 11 additions and 1 deletions

View File

@ -49,5 +49,7 @@
</div>
</div>
{{ end }}
</div>
{{ partial "comments.html" . }}
</div>
{{ end }}

View File

@ -0,0 +1,8 @@
<!--
To add comments section, please create `layouts/partial/comments.html` in your
Hugo directory and insert:
{{ template "_internal/disqus.html" . }}
or whatever comment engine you want -> https://gohugo.io/content-management/comments/#readout
-->