diff options
Diffstat (limited to 'themes/terminal/layouts/partials/comments.html')
-rw-r--r-- | themes/terminal/layouts/partials/comments.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/terminal/layouts/partials/comments.html b/themes/terminal/layouts/partials/comments.html new file mode 100644 index 0000000..64f5a64 --- /dev/null +++ b/themes/terminal/layouts/partials/comments.html @@ -0,0 +1,8 @@ +<!-- +To add comments section, please create `layouts/partials/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 +--> |