2022-05-27 14:33:40 +01:00
|
|
|
{{- /* 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 -}}
|