Skip to content

Commit

Permalink
add strava
Browse files Browse the repository at this point in the history
  • Loading branch information
NaturezzZ committed Dec 30, 2023
1 parent 95cc6e6 commit e47dc03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ author:
xing :
youtube :
wikipedia :
strava : "https://www.strava.com/athletes/naturezzz_zheng"


# Reading Files
Expand Down
5 changes: 4 additions & 1 deletion _includes/author-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,10 @@ <h3 class="author__name">{{ author.name }}</h3>
{% endif %}
{% if author.wikipedia %}
<li><a href="https://en.wikipedia.org/wiki/User:{{ author.wikipedia }}"><i class="fab fa-fw fa-wikipedia-w" aria-hidden="true"></i> Wikipedia</a></li>
{% endif %}
{% endif %}
{% if author.strava %}
<li><a href="{{ author.strava }}"><i class="fab fa-fw fa-strava"></i> Strava </a></li>
{% endif %}
</ul>
</div>
</div>

0 comments on commit e47dc03

Please sign in to comment.