shithub: hugo

ref: 1eb8b36b3802e72bc2c16965461ef1899bb073b3
dir: /tpl/tplimpl/embedded/templates/shortcodes/gist.html/

View raw version
<script src="//gist.github.com/{{ index .Params 0 }}/{{ index .Params 1 }}.js{{if len .Params | eq 3 }}?file={{ index .Params 2 }}{{end}}"></script>