From af54cdb9228ccab6dcc1767e05b88a5bf5809783 Mon Sep 17 00:00:00 2001 From: testuser Date: Sun, 15 Jun 2025 18:11:33 +0530 Subject: modified many files --- layouts/partials/spotify-playlist.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 layouts/partials/spotify-playlist.html (limited to 'layouts/partials/spotify-playlist.html') 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 }} +
+
+ +

My Spotify Playlist

+
+ {{ . | safeHTML }} +
+{{ end }} \ No newline at end of file -- cgit v1.2.3