Skip to content

Commit

Permalink
Adjustments to Kaggle link
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzupkoii committed Feb 15, 2024
1 parent 6d8c8e9 commit dfb7691
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ author:
goodreads :
google_plus :
keybase :
impactstory : #"https://profiles.impactstory.org/u/xxxx-xxxx-xxxx-xxxx"
impactstory : # "https://profiles.impactstory.org/u/xxxx-xxxx-xxxx-xxxx"
instagram :
lastfm :
linkedin :
kaggle : # "https://www.kaggle.com/yourprofile"
kaggle : # "kaggleusername"
mastodon : "mastodonhandle"
medium : #"add medium profile url here"
medium : # "add medium profile url here"
pinterest :
soundcloud :
stackoverflow : # http://stackoverflow.com/users/123456/username
Expand Down
2 changes: 1 addition & 1 deletion _includes/author-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h3 class="author__name">{{ author.name }}</h3>
<li><a href="{{ author.medium }}"><i class="fab fa-fw fa-medium" aria-hidden="true"></i> Medium</a></li>
{% endif %}
{% if author.kaggle %}
<li><a href="{{ author.kaggle }}"><i class="fab fa-fw fa-kaggle" aria-hidden="true"></i> Kaggle</a></li>
<li><a href="https://kaggle.com/{{ author.kaggle }}"><i class="fab fa-fw fa-kaggle" aria-hidden="true"></i> Kaggle</a></li>
{% endif %}
</ul>
</div>
Expand Down

0 comments on commit dfb7691

Please sign in to comment.