diff --git a/exampleSite/config.toml b/exampleSite/config.toml index a16ae79..c72bea8 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -66,6 +66,7 @@ strava = "" skype = "" telegram = "" whatsapp = "" +kaggle = "" email = "you@example.com" pgp = "" diff --git a/layouts/partials/social.html b/layouts/partials/social.html index 5dd5cf1..284ccc2 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.kaggle}} + + {{ 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.kaggle}}"https://www.kaggle.com/{{.}}",{{ end }} "{{ .Site.Params.baseURL }}" ] }