Hugo-theme-stack/layouts/partials/comments/include.html

5 lines
229 B
HTML
Raw Normal View History

{{ if .Site.Params.comments.enabled }}
<div class="comments-container provider-{{ .Site.Params.comments.provider }}">
{{ partial (printf "comments/provider/%s" .Site.Params.comments.provider) . }}
</div>
{{ end }}