File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ author:
43
43
goodreads :
44
44
google_plus :
45
45
keybase :
46
- impactstory : # "https://profiles.impactstory.org/u/xxxx-xxxx-xxxx-xxxx"
46
+ impactstory : # "https://profiles.impactstory.org/u/xxxx-xxxx-xxxx-xxxx"
47
47
instagram :
48
48
lastfm :
49
49
linkedin :
50
- kaggle : # "https://www.kaggle.com/yourprofile "
50
+ kaggle : # "kaggleusername "
51
51
mastodon : " mastodonhandle"
52
- medium : # "add medium profile url here"
52
+ medium : # "add medium profile url here"
53
53
pinterest :
54
54
soundcloud :
55
55
stackoverflow : # http://stackoverflow.com/users/123456/username
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ <h3 class="author__name">{{ author.name }}</h3>
129
129
< li > < a href ="{{ author.medium }} "> < i class ="fab fa-fw fa-medium " aria-hidden ="true "> </ i > Medium</ a > </ li >
130
130
{% endif %}
131
131
{% if author.kaggle %}
132
- < li > < a href ="{{ author.kaggle }} "> < i class ="fab fa-fw fa-kaggle " aria-hidden ="true "> </ i > Kaggle</ a > </ li >
132
+ < li > < a href ="https://kaggle.com/ {{ author.kaggle }} "> < i class ="fab fa-fw fa-kaggle " aria-hidden ="true "> </ i > Kaggle</ a > </ li >
133
133
{% endif %}
134
134
</ ul >
135
135
</ div >
You can’t perform that action at this time.
0 commit comments