This repository has been archived on 2026-05-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blowfish/layouts/shortcodes/gist.html
T
ZhenShuo Leo 812effc613 feat: gist css
2026-02-25 22:44:09 +08:00

6 lines
218 B
HTML

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