Files
blowfish/layouts/shortcodes/gist.html
Nuno Coração f2e224a042 pretty run
2025-06-17 23:17:26 +01:00

4 lines
166 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>