Files
blowfish/layouts/shortcodes/gist.html
Michael Dorner 08c9207ea7 Create gist.html
2025-03-08 21:27:45 +01:00

2 lines
155 B
HTML

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