www.byjp.me/layouts/shortcodes/spotify.gmi
JP Hastings-Spital 45b7c16257
Some checks failed
/ build (push) Has been cancelled
fix: Finally fix Songwhip links
2025-07-26 14:59:29 +01:00

5 lines
341 B
Text

{{- $displayArtist := (.Get "composer") | default (.Get "artist") -}}
{{- $displayTitle := (.Get "title") | default (.Get "album") -}}
{{- $url := partial "songlink.url" (printf "https://open.spotify.com%s" (.Get "path")) -}}
=> {{ $url }} 🎵 {{ $displayArtist }}{{ with $displayTitle }}{{ if $displayArtist }}: {{ end }}{{ . }}{{ end }}