hugo/tpl/tplimpl/embedded/templates/shortcodes/gist.html
2019-08-01 13:57:41 +02:00

1 line
185 B
HTML

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