blog/themes/hugo-theme-stack/layouts/partials/comments/include.html
Zoness 52e7475203
Some checks are pending
Deploy Hugo / build-deploy (push) Waiting to run
Initial import of Hugo blog
2025-12-19 08:59:52 -06:00

3 lines
131 B
HTML

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