Files
blowfish/layouts/shortcodes/gist.html
2025-07-11 18:51:34 +08:00

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