1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 21:35:31 -04:00
Files
jarv.is/layouts/shortcodes/gist.html
2020-01-28 00:11:22 -05: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>