hugo-theme-stack-stars/layouts/partials/comments/include.html

3 lines
131 B
HTML
Raw Normal View History

{{ if .Site.Params.comments.enabled }}
{{ partial (printf "comments/provider/%s" .Site.Params.comments.provider) . }}
{{ end }}