From dc3f1cb07c0de99e256a2a08d5a66d02d80feb9a Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Tue, 7 Apr 2020 18:48:53 -0400 Subject: [PATCH] revert adding `async` to some embed scripts document.write() isn't allowed on asynchronously loaded scripts --- layouts/shortcodes/gist.html | 2 +- layouts/shortcodes/instagram.html | 2 +- layouts/shortcodes/vimeo.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/shortcodes/gist.html b/layouts/shortcodes/gist.html index c1430ad7..ea0a36e4 100644 --- a/layouts/shortcodes/gist.html +++ b/layouts/shortcodes/gist.html @@ -1,3 +1,3 @@
- +
diff --git a/layouts/shortcodes/instagram.html b/layouts/shortcodes/instagram.html index f662c046..2bc4a29e 100644 --- a/layouts/shortcodes/instagram.html +++ b/layouts/shortcodes/instagram.html @@ -6,5 +6,5 @@ {{- define "__shortcode_instagram_js" }} - + {{- end }} diff --git a/layouts/shortcodes/vimeo.html b/layouts/shortcodes/vimeo.html index 9f1bfca1..b8a9a823 100644 --- a/layouts/shortcodes/vimeo.html +++ b/layouts/shortcodes/vimeo.html @@ -3,5 +3,5 @@ {{- define "__shortcode_vimeo_js" }} - + {{ end }}