fix(utterances): restore async tag

This commit is contained in:
Jimmy Cai 2021-02-11 18:45:18 +01:00
parent 6358ea3db5
commit 21663fdb70
No known key found for this signature in database
GPG Key ID: 3EA408E527F37B18

View File

@ -4,7 +4,8 @@
{{ with .Site.Params.comments.utterances.label }} {{ with .Site.Params.comments.utterances.label }}
label="{{ . }}" label="{{ . }}"
{{ end }} {{ end }}
crossorigin="anonymous" crossorigin="anonymous"
async
> >
</script> </script>