Skip to content

Commit dfb7691

Browse files
committed
Adjustments to Kaggle link
1 parent 6d8c8e9 commit dfb7691

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ author:
4343
goodreads :
4444
google_plus :
4545
keybase :
46-
impactstory : #"https://profiles.impactstory.org/u/xxxx-xxxx-xxxx-xxxx"
46+
impactstory : # "https://profiles.impactstory.org/u/xxxx-xxxx-xxxx-xxxx"
4747
instagram :
4848
lastfm :
4949
linkedin :
50-
kaggle : # "https://www.kaggle.com/yourprofile"
50+
kaggle : # "kaggleusername"
5151
mastodon : "mastodonhandle"
52-
medium : #"add medium profile url here"
52+
medium : # "add medium profile url here"
5353
pinterest :
5454
soundcloud :
5555
stackoverflow : # http://stackoverflow.com/users/123456/username

_includes/author-profile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ <h3 class="author__name">{{ author.name }}</h3>
129129
<li><a href="{{ author.medium }}"><i class="fab fa-fw fa-medium" aria-hidden="true"></i> Medium</a></li>
130130
{% endif %}
131131
{% 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>
133133
{% endif %}
134134
</ul>
135135
</div>

0 commit comments

Comments
 (0)