PaperModX/layouts/partials/telegram_widget.html

8 lines
291 B
HTML

{{- with site.Params.commentSystem.telegramWidget }}
<script async
src="https://telegram.org/js/telegram-widget.js?19"
data-telegram-discussion="{{ .channel }}"
data-comments-limit="{{ .limit | default 10 }}"
{{ with .accentColor }}data-color="{{ . }}"{{ end }}></script>
{{- end }}