💄 Add comments plug-in loading style.

This commit is contained in:
凡梦星尘
2022-06-20 10:58:16 +08:00
parent fae6b4787c
commit 4ddcf875d5
5 changed files with 36 additions and 14 deletions

View File

@@ -28,11 +28,15 @@
{{- if $tc }}
{{- range $sn }}
<div>
{{- partial "_thirdparty/comment/comm_loading.html" . }}
{{- partial (printf $cp (lower .name)) $root }}
</div>
{{- end }}
{{- else }}
<div>{{- partial (printf $cp $fc) $root }}</div>
<div>
{{- partial "_thirdparty/comment/comm_loading.html" . }}
{{- partial (printf $cp $fc) $root }}
</div>
{{- end }}
</div>
</div>