1
Fork 0
theorangeone.net-legacy/layouts/shortcodes/gist.html
2017-07-04 09:42:44 +01:00

3 lines
127 B
HTML

{{ $id := .Get 0 }}
{{ $data := getJSON "https://api.github.com/gists/" $id }}
<script src='{{ $data.html_url }}.js'></script>