]> danix's work - theme-danix.xyz.git/commitdiff
modified spotify link.
authordanix <redacted>
Mon, 27 Feb 2023 14:41:35 +0000 (15:41 +0100)
committerdanix <redacted>
Mon, 27 Feb 2023 14:41:35 +0000 (15:41 +0100)
data/socials.json
layouts/partials/funcs/social-menu.html

index 3481b09deb02f6e0c3b4688ced74e314de92d07e..8a3d805cf4e969e18fc8f14405ea61c1750f89ae 100644 (file)
@@ -17,8 +17,8 @@
                },
                {
                        "name": "spotify",
-                       "url": "https://www.spotify.com",
-                       "user": "danixland"
+                       "url": "https://open.spotify.com/user",
+                       "user": "1166786773"
                }
        ]
 }
index 61da535db4e6c84a218d88d5808fd8ab24396925..0da57f8d868188547d9b21be4fd0eebd74d10793 100644 (file)
@@ -3,7 +3,7 @@
        <ul class="footer-socials">
                <li class="social-link social-spotify">
                        {{$spotify := "spotify"}}
-                       <a href="https://spotify.com/{{ .spotify }}" target="_blank">{{ partial "funcs/svg.html" (dict "context" . "username" $spotify) }}</a>
+                       <a href="https://open.spotify.com/user/{{ .spotify }}" target="_blank">{{ partial "funcs/svg.html" (dict "context" . "username" $spotify) }}</a>
                </li>
                <li class="social-link social-twitter">
                        {{$twitter := "twitter"}}