www.byjp.me/layouts/shortcodes/youtube.gmi
JP Hastings-Spital 732f936053 First Gemini Compatibility
This seems to mostly work! It's configured to work with Agate, and I haven't figured out the deploy mechanism yet — but it's a start!
2024-04-29 15:27:50 +01:00

3 lines
208 B
Text

{{- $url := printf "https://www.youtube.com/watch?v=%s" (.Get 0) -}}
{{- $ref := partial "reference.obj" (dict "url" $url "references" .Page.Params.references)}}
=> {{$url}} {{ with $ref }}{{.name}}{{ end }}