1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-23 10:34:25 -04:00

revert adding async to some embed scripts

document.write() isn't allowed on asynchronously loaded scripts
This commit is contained in:
2020-04-07 18:48:53 -04:00
parent f6e9f9ee3a
commit dc3f1cb07c
3 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
<div class="embed gist">
<script async defer src="https://gist.github.com/{{ .Get "id" }}.js{{ with .Get "file" }}?file={{ . }}{{ end }}"></script>
<script src="https://gist.github.com/{{ .Get "id" }}.js{{ with .Get "file" }}?file={{ . }}{{ end }}"></script>
</div>