Skip to content

Commit

Permalink
add kaggle to social.html (#108)
Browse files Browse the repository at this point in the history
* add buymeacoffee to social.html

* add kaggle to social.html
  • Loading branch information
aperov9 authored Aug 1, 2022
1 parent 6746370 commit a7b5acd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ strava = "<username>"
skype = "<username>"
telegram = "<username>"
whatsapp = "<username>"
kaggle = "<username>"
email = "[email protected]"
pgp = "<key_fingerprint>"

Expand Down
4 changes: 4 additions & 0 deletions layouts/partials/social.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@
{{ with .Site.Params.social.whatsapp}}
<a href="https://wa.me/{{.}}" aria-label="Whatsapp" target="_blank"><i class="fab fa-whatsapp" aria-hidden="true"></i></a>
{{ end }}
{{ with .Site.Params.social.kaggle}}
<a href="https://kaggle.com/{{.}}" aria-label="Kaggle" target="_blank"><i class="fab fa-kaggle" aria-hidden="true"></i></a>
{{ end }}
{{ with .Site.Params.social.email }}
<a href="mailto:{{.}}" aria-label="Email"><i class="fas fa-envelope" aria-hidden="true"></i></a>
{{ end }}
Expand Down Expand Up @@ -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 }}"
]
}
Expand Down

0 comments on commit a7b5acd

Please sign in to comment.