PaperModX/layouts/partials/comments.html
2022-05-31 00:25:27 +08:00

14 lines
376 B
HTML

{{- /* You can add your own layouts/comments.html to override this file */ -}}
{{- with site.Params.commentSystem.remark42 -}}
{{- partial "remark42.html" . }}
{{- end -}}
{{- with site.Params.commentSystem.telegramWidget -}}
{{- partial "telegram_widget.html" . }}
{{- end -}}
{{- with site.Params.commentSystem.disqus -}}
{{- partial "disqus.html" . }}
{{- end -}}