hugo-theme-terminal/layouts/partials/comments.html

9 lines
253 B
HTML
Raw Normal View History

2019-02-15 00:38:45 +01:00
<!--
2019-02-24 13:53:19 +01:00
To add comments section, please create `layouts/partials/comments.html` in your
2019-02-15 00:38:45 +01:00
Hugo directory and insert:
{{ template "_internal/disqus.html" . }}
or whatever comment engine you want -> https://gohugo.io/content-management/comments/#readout
-->