blog/themes/hugo-theme-stack/layouts/partials/comments/include.html

3 lines
131 B
HTML
Raw Normal View History

2024-11-03 20:08:36 +03:00
{{ if .Site.Params.comments.enabled }}
{{ partial (printf "comments/provider/%s" .Site.Params.comments.provider) . }}
{{ end }}