mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 06:21:17 -04:00
GitHub was down....but pages with gists should probably still load
This commit is contained in:
@@ -10,8 +10,8 @@
|
|||||||
{{ block "main" . }}{{ end }}
|
{{ block "main" . }}{{ end }}
|
||||||
</div>
|
</div>
|
||||||
{{ partialCached "page/footer" . }}
|
{{ partialCached "page/footer" . }}
|
||||||
{{ partial "scripts/shortcodes" . }}
|
|
||||||
{{ partial "scripts/twemoji" . }}
|
{{ partial "scripts/twemoji" . }}
|
||||||
|
{{ partial "scripts/shortcodes" . }}
|
||||||
{{ if eq hugo.Environment "production" }}
|
{{ if eq hugo.Environment "production" }}
|
||||||
{{ partialCached "scripts/simple_analytics" . }}
|
{{ partialCached "scripts/simple_analytics" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
<div class="embed gist">
|
<div class="embed gist">
|
||||||
<script src="https://gist.github.com/{{ .Get "id" }}.js{{ with .Get "file" }}?file={{ . }}{{ end }}"></script>
|
<script async defer src="https://gist.github.com/{{ .Get "id" }}.js{{ with .Get "file" }}?file={{ . }}{{ end }}"></script>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -6,5 +6,5 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{- define "__shortcode_instagram_js" }}
|
{{- define "__shortcode_instagram_js" }}
|
||||||
<script async src="https://www.instagram.com/embed.js"></script>
|
<script async defer src="https://www.instagram.com/embed.js"></script>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@@ -3,5 +3,5 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{- define "__shortcode_vimeo_js" }}
|
{{- define "__shortcode_vimeo_js" }}
|
||||||
<script src="https://player.vimeo.com/api/player.js"></script>
|
<script async defer src="https://player.vimeo.com/api/player.js"></script>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
12
yarn.lock
12
yarn.lock
@@ -2494,9 +2494,9 @@ ee-first@1.1.1:
|
|||||||
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
|
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
|
||||||
|
|
||||||
electron-to-chromium@^1.3.390:
|
electron-to-chromium@^1.3.390:
|
||||||
version "1.3.392"
|
version "1.3.393"
|
||||||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.392.tgz#280ab4f7a3ae47419cfabb15dbfc1567be7f1111"
|
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.393.tgz#d13fa4cbf5065e18451c84465d22aef6aca9a911"
|
||||||
integrity sha512-/hsgeVdReDsyTBE0aU9FRdh1wnNPrX3xlz3t61F+CJPOT+Umfi9DXHsCX85TEgWZQqlow0Rw44/4/jbU2Sqgkg==
|
integrity sha512-Ko3/VdhZAaMaJBLBFqEJ+M1qMiBI8sJfPY/hSJvDrkB3Do8LJsL9tmXy4w7o9nPXif/jFaZGSlXTQWU8XVsYtg==
|
||||||
|
|
||||||
elegant-spinner@^1.0.1:
|
elegant-spinner@^1.0.1:
|
||||||
version "1.0.1"
|
version "1.0.1"
|
||||||
@@ -2864,9 +2864,9 @@ fast-safe-stringify@^2.0.4:
|
|||||||
integrity sha512-Utm6CdzT+6xsDk2m8S6uL8VHxNwI6Jub+e9NYTcAms28T84pTa25GJQV9j0CY0N1rM8hK4x6grpF2BQf+2qwVA==
|
integrity sha512-Utm6CdzT+6xsDk2m8S6uL8VHxNwI6Jub+e9NYTcAms28T84pTa25GJQV9j0CY0N1rM8hK4x6grpF2BQf+2qwVA==
|
||||||
|
|
||||||
fastq@^1.6.0:
|
fastq@^1.6.0:
|
||||||
version "1.6.1"
|
version "1.7.0"
|
||||||
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.6.1.tgz#4570c74f2ded173e71cf0beb08ac70bb85826791"
|
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.7.0.tgz#fcd79a08c5bd7ec5b55cd3f5c4720db551929801"
|
||||||
integrity sha512-mpIH5sKYueh3YyeJwqtVo8sORi0CgtmkVbK6kZStpQlZBYQuTzG2CZ7idSiJuA7bY0SFCWUc5WIs+oYumGCQNw==
|
integrity sha512-YOadQRnHd5q6PogvAR/x62BGituF2ufiEA6s8aavQANw5YKHERI4AREboX6KotzP8oX2klxYF2wcV/7bn1clfQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
reusify "^1.0.4"
|
reusify "^1.0.4"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user