Files
joshuafhiggins.github.io/themes/hugo-theme-stack/layouts/partials/comments/include.html
2023-11-25 23:04:28 -05:00

3 lines
131 B
HTML

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