diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index f843987a..8872dbbb 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -10,8 +10,8 @@ {{ block "main" . }}{{ end }} {{ partialCached "page/footer" . }} -{{ partial "scripts/shortcodes" . }} {{ partial "scripts/twemoji" . }} +{{ partial "scripts/shortcodes" . }} {{ if eq hugo.Environment "production" }} {{ partialCached "scripts/simple_analytics" . }} {{ end }} diff --git a/layouts/shortcodes/gist.html b/layouts/shortcodes/gist.html index ea0a36e4..c1430ad7 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 2bc4a29e..f662c046 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 b8a9a823..9f1bfca1 100644 --- a/layouts/shortcodes/vimeo.html +++ b/layouts/shortcodes/vimeo.html @@ -3,5 +3,5 @@ {{- define "__shortcode_vimeo_js" }} - + {{ end }} diff --git a/yarn.lock b/yarn.lock index 32878889..191fd6da 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2494,9 +2494,9 @@ ee-first@1.1.1: integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= electron-to-chromium@^1.3.390: - version "1.3.392" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.392.tgz#280ab4f7a3ae47419cfabb15dbfc1567be7f1111" - integrity sha512-/hsgeVdReDsyTBE0aU9FRdh1wnNPrX3xlz3t61F+CJPOT+Umfi9DXHsCX85TEgWZQqlow0Rw44/4/jbU2Sqgkg== + version "1.3.393" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.393.tgz#d13fa4cbf5065e18451c84465d22aef6aca9a911" + integrity sha512-Ko3/VdhZAaMaJBLBFqEJ+M1qMiBI8sJfPY/hSJvDrkB3Do8LJsL9tmXy4w7o9nPXif/jFaZGSlXTQWU8XVsYtg== elegant-spinner@^1.0.1: version "1.0.1" @@ -2864,9 +2864,9 @@ fast-safe-stringify@^2.0.4: integrity sha512-Utm6CdzT+6xsDk2m8S6uL8VHxNwI6Jub+e9NYTcAms28T84pTa25GJQV9j0CY0N1rM8hK4x6grpF2BQf+2qwVA== fastq@^1.6.0: - version "1.6.1" - resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.6.1.tgz#4570c74f2ded173e71cf0beb08ac70bb85826791" - integrity sha512-mpIH5sKYueh3YyeJwqtVo8sORi0CgtmkVbK6kZStpQlZBYQuTzG2CZ7idSiJuA7bY0SFCWUc5WIs+oYumGCQNw== + version "1.7.0" + resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.7.0.tgz#fcd79a08c5bd7ec5b55cd3f5c4720db551929801" + integrity sha512-YOadQRnHd5q6PogvAR/x62BGituF2ufiEA6s8aavQANw5YKHERI4AREboX6KotzP8oX2klxYF2wcV/7bn1clfQ== dependencies: reusify "^1.0.4"