fix(comments): remove div.comments-container, apply card style depending on comment system

This commit is contained in:
Jimmy Cai
2020-09-09 00:24:17 +02:00
parent f051517f0a
commit 2912b7e2f0
4 changed files with 11 additions and 10 deletions
+1 -3
View File
@@ -1,5 +1,3 @@
{{ if .Site.Params.comments.enabled }}
<div class="comments-container provider-{{ .Site.Params.comments.provider }}">
{{ partial (printf "comments/provider/%s" .Site.Params.comments.provider) . }}
</div>
{{ partial (printf "comments/provider/%s" .Site.Params.comments.provider) . }}
{{ end }}