Files
hugo/tpl/tplimpl/embedded/templates/shortcodes/gist.html
T
2018-07-09 12:57:08 -06:00

1 line
148 B
HTML

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