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

7 lines
215 B
HTML
Raw Normal View History

{{ if $.Param "enableComment" }}
{{ if $.Param "disqus_shortname" }}
{{ partial "comments/disqus.html" . }}
{{ else if $.Param "commento" }}
{{ partial "comments/commento.html" . }}
{{ end }}
{{ end }}