1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 13:26:39 -04:00
Files
jarv.is/layouts/shortcodes/gist.html
Jake Jarvis dc3f1cb07c revert adding async to some embed scripts
document.write() isn't allowed on asynchronously loaded scripts
2020-04-07 18:48:53 -04:00

4 lines
143 B
HTML

<div class="embed gist">
<script src="https://gist.github.com/{{ .Get "id" }}.js{{ with .Get "file" }}?file={{ . }}{{ end }}"></script>
</div>