hugo-wasm/tpl/tplimpl/embedded/templates/shortcodes/gist.html
2025-01-23 20:12:36 +01:00

2 lines
342 B
HTML

{{- warnf "The %q shortcode was deprecated in v0.143.0 and will be removed in a future release. See https://gohugo.io/shortcodes/gist for instructions to create a replacement." .Name -}}
<script src="https://gist.github.com/{{ index .Params 0 }}/{{ index .Params 1 }}.js{{if len .Params | eq 3 }}?file={{ index .Params 2 }}{{end}}"></script>