From 2cf7d115dbe2be7acc9fe3245ecbf133f7dc5bce Mon Sep 17 00:00:00 2001 From: Sid Date: Sun, 23 Oct 2022 19:39:13 +0200 Subject: [PATCH] added spotify links --- config.yml | 2 ++ content/about.md | 1 + 2 files changed, 3 insertions(+) diff --git a/config.yml b/config.yml index dc0d6ec..0a256c0 100644 --- a/config.yml +++ b/config.yml @@ -72,6 +72,8 @@ params: url: "https://github.com/SindreKjelsrud" - name: instagram url: "https://instagram.com/SindreKjelsrud" + - name: spotify + url: "https://spotify.com/user/Kjelsrud!" # for search # https://fusejs.io/api/options.html diff --git a/content/about.md b/content/about.md index fdc6711..cd39fff 100644 --- a/content/about.md +++ b/content/about.md @@ -31,6 +31,7 @@ public class Me { self.linkedin = "Sindre Kjelsrud"; self.instagram = "sindrekjelsrud"; self.strava = "Sindre Kjelsrud"; + self.spotify = "Kjelsrud!"; } } ```