diff options
author | testuser <testuser@archlinux> | 2025-06-15 18:11:33 +0530 |
---|---|---|
committer | testuser <testuser@archlinux> | 2025-06-15 18:11:33 +0530 |
commit | af54cdb9228ccab6dcc1767e05b88a5bf5809783 (patch) | |
tree | a32db3cd749de91d43a2054f5461bfeb6dffed7d /layouts/partials/spotify-playlist.html | |
parent | 76865d553f4b2e0b0e1338514e7791746fdad69f (diff) |
Diffstat (limited to 'layouts/partials/spotify-playlist.html')
-rw-r--r-- | layouts/partials/spotify-playlist.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layouts/partials/spotify-playlist.html b/layouts/partials/spotify-playlist.html new file mode 100644 index 0000000..fea9c52 --- /dev/null +++ b/layouts/partials/spotify-playlist.html @@ -0,0 +1,11 @@ +{{/* layouts/partials/spotify-playlist.html */}} +{{ with .Params.spotifyPlaylist.iframe }} +<div class="spotify-widget pulsating-box border-trace h-auto rounded-lg p-6 mb-8 border text-white mt-6" + style="background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.1);"> + <div class="flex items-center mb-4"> + <i class="fab fa-spotify text-2xl mr-3 mb-1"></i> + <h3 class="text-xl font-bold">My Spotify Playlist</h3> + </div> + {{ . | safeHTML }} + </div> +{{ end }}
\ No newline at end of file |