2022-05-27 14:33:40 +01:00
|
|
|
{{- /* You can add your own layouts/comments.html to override this file */ -}}
|
|
|
|
|
2022-05-30 17:24:54 +01:00
|
|
|
{{- with site.Params.commentSystem.remark42 -}}
|
|
|
|
{{- partial "remark42.html" . }}
|
2022-05-27 14:33:40 +01:00
|
|
|
{{- end -}}
|
|
|
|
|
|
|
|
{{- with site.Params.commentSystem.telegramWidget -}}
|
|
|
|
{{- partial "telegram_widget.html" . }}
|
|
|
|
{{- end -}}
|
2022-05-30 17:24:54 +01:00
|
|
|
|
|
|
|
{{- with site.Params.commentSystem.disqus -}}
|
|
|
|
{{- partial "disqus.html" . }}
|
|
|
|
{{- end -}}
|