feat: use partial plugin/script.html for comments script

This commit is contained in:
Dillon 2022-05-24 21:46:35 +08:00
parent f0e0661c1c
commit 96d2523bcc
No known key found for this signature in database
GPG key ID: 0EF4AE57FB98F108

View file

@ -95,7 +95,7 @@
{{- if $telegram.outlined -}}
{{- $attr = printf `%v data-outlined="1"` $attr -}}
{{- end -}}
<script type="text/javascript" src="https://comments.app/js/widget.js?3" {{ with $attr }} {{ . | safeHTMLAttr }}{{ end }}></script>
{{- dict "Source" "https://comments.app/js/widget.js?3" "Defer" true "Attr" $attr | partial "plugin/script.html" -}}
<noscript>
Please enable JavaScript to view the comments powered by <a href="https://comments.app/">Telegram Comments</a>.
</noscript>