feat(comments): prepare for more third party comments system integration
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{{ if .Site.Params.comments.enabled }}
|
||||
<div class="comments-container provider-{{ .Site.Params.comments.provider }}">
|
||||
{{ partial (printf "comments/provider/%s" .Site.Params.comments.provider) . }}
|
||||
</div>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user