Add comment partial

This commit is contained in:
panr 2019-02-15 00:38:45 +01:00
parent 51d1b12820
commit d005155fa5
2 changed files with 10 additions and 0 deletions

View File

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