Files
hugo-theme-chirpy/layouts/partials/comment.html
2025-04-28 12:12:58 +08:00

5 lines
222 B
HTML

{{ $enableComment := .Params.comment | default .Site.Params.comment.enable }}
{{ if and $enableComment .Site.Params.comment.provider }}
{{ partial (printf "comments/%s.html" .Site.Params.comment.provider) . }}
{{ end }}