PaperModX/layouts/partials/comments.html

10 lines
280 B
HTML
Raw Normal View History

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