12 lines
355 B
HTML
12 lines
355 B
HTML
<!--
|
|
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 -->
|
|
|
|
{{ if .Site.Config.Services.Disqus.Shortname }}
|
|
{{ template "_internal/disqus.html" . }}
|
|
{{ end }}
|