{% comment %} Row of "listen / watch on " buttons. Pass a URL per service; every service you give a non-empty URL becomes its own column in a single row (wraps on narrow screens). Follows the site's light/dark mode. Icons use the Font Awesome brand set that ships with the theme. Parameters (all optional — only the ones you set are rendered): spotify - Spotify URL apple_music - Apple Music URL youtube - YouTube URL youtube_music - YouTube Music URL facebook - Facebook URL title - heading shown above the row (optional) width - max width in px (optional; default 500) Usage: {% include embed/links/listen-links.html title="Posłuchaj także na:" spotify="https://open.spotify.com/episode/..." youtube_music="https://music.youtube.com/watch?v=..." %} {% endcomment %} {%- assign _services = "spotify,apple_music,youtube,youtube_music,facebook" | split: "," -%}