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

3 lines
155 B
HTML

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