From 1af1929cdf7182ee58029573740a16bea8c43def Mon Sep 17 00:00:00 2001 From: Aleksa Perovic Date: Fri, 18 Feb 2022 02:01:49 +0100 Subject: [PATCH 1/2] add buymeacoffee to social.html --- exampleSite/config.toml | 1 + layouts/partials/social.html | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index a16ae79..7644dc0 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -66,6 +66,7 @@ strava = "" skype = "" telegram = "" whatsapp = "" +buymeacoffee = "" email = "you@example.com" pgp = "" diff --git a/layouts/partials/social.html b/layouts/partials/social.html index 5dd5cf1..be13437 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -104,6 +104,9 @@ {{ with .Site.Params.social.whatsapp}} {{ end }} + {{ with .Site.Params.social.buymeacoffee}} + + {{ end }} {{ with .Site.Params.social.email }} {{ end }} @@ -154,6 +157,7 @@ {{ with .Site.Params.social.soundcloud}}"https://soundcloud.com/{{.}}",{{ end }} {{ with .Site.Params.social.tumblr}}"https://{{.}}.tumblr.com",{{ end }} {{ with .Site.Params.social.strava}}"https://www.strava.com/athletes/{{.}}",{{ end }} + {{ with .Site.Params.social.buymeacoffee}}"https://www.buymeacoffee.com//{{.}}",{{ end }} "{{ .Site.Params.baseURL }}" ] } From 325d273dd3408427bcefb637505260b3c403974f Mon Sep 17 00:00:00 2001 From: Aleksa Perovic Date: Fri, 18 Feb 2022 03:09:25 +0100 Subject: [PATCH 2/2] add kaggle to social.html --- exampleSite/config.toml | 2 +- layouts/partials/social.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 7644dc0..c72bea8 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -66,7 +66,7 @@ strava = "" skype = "" telegram = "" whatsapp = "" -buymeacoffee = "" +kaggle = "" email = "you@example.com" pgp = "" diff --git a/layouts/partials/social.html b/layouts/partials/social.html index be13437..284ccc2 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -104,8 +104,8 @@ {{ with .Site.Params.social.whatsapp}} {{ end }} - {{ with .Site.Params.social.buymeacoffee}} - + {{ with .Site.Params.social.kaggle}} + {{ end }} {{ with .Site.Params.social.email }} @@ -157,7 +157,7 @@ {{ with .Site.Params.social.soundcloud}}"https://soundcloud.com/{{.}}",{{ end }} {{ with .Site.Params.social.tumblr}}"https://{{.}}.tumblr.com",{{ end }} {{ with .Site.Params.social.strava}}"https://www.strava.com/athletes/{{.}}",{{ end }} - {{ with .Site.Params.social.buymeacoffee}}"https://www.buymeacoffee.com//{{.}}",{{ end }} + {{ with .Site.Params.social.kaggle}}"https://www.kaggle.com/{{.}}",{{ end }} "{{ .Site.Params.baseURL }}" ] }