1
Fork 0
theorangeone.net-legacy/layouts/shortcodes/gist.html

4 lines
155 B
HTML
Raw Normal View History

2017-07-09 21:55:23 +01:00
{{ $id := default (.Get 0) .Page.Params.gist }}
2017-07-04 09:42:44 +01:00
{{ $data := getJSON "https://api.github.com/gists/" $id }}
<script src='{{ $data.html_url }}.js'></script>