5 lines
222 B
HTML
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 }}
|