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

3 lines
131 B
HTML
Raw Permalink Normal View History

2022-10-11 17:34:41 +08:00
{{ if .Site.Params.comments.enabled }}
{{ partial (printf "comments/provider/%s" .Site.Params.comments.provider) . }}
{{ end }}