Skip to content

Commit

Permalink
Update author-profile.html
Browse files Browse the repository at this point in the history
  • Loading branch information
freqinfi committed Mar 17, 2024
1 parent f9b44ee commit 1156f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/author-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h3 class="author__name">{{ author.name }}</h3>
<li><a href="https://github.com/{{ author.github }}"><i class="fab fa-fw fa-github icon-pad-right" aria-hidden="true"></i>Github</a></li>
{% endif %}
{% if author.kaggle %}
<li><a href="https://velog.io/@freqinfi/posts"><i class="fab fa-fw fa-kaggle icon-pad-right" aria-hidden="true"></i>Kaggle</a></li>
<li><a href="https://velog.io/@freqinfi/posts"><i class="fab fa-fw fa-blog icon-pad-right" aria-hidden="true"></i>Kaggle</a></li>
{% endif %}
{% if author.stackoverflow %}
<li><a href="https://www.stackoverflow.com/users/{{ author.stackoverflow }}"><i class="fab fa-fw fa-stack-overflow icon-pad-right" aria-hidden="true"></i>Stackoverflow</a></li>
Expand Down

0 comments on commit 1156f5f

Please sign in to comment.