File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ social-network-links:
82
82
# gitlab: yourname
83
83
# itchio: yourname
84
84
# untappd: yourname
85
+ # strava: your userid
85
86
86
87
# If you want your website to generate an RSS feed, provide a description
87
88
# The URL for the feed will be https://<your_website>/feed.xml
Original file line number Diff line number Diff line change 395
395
</ li >
396
396
{%- endif -%}
397
397
398
+ {%- if network[0] == "strava" -%}
399
+ < li class ="list-inline-item ">
400
+ < a href ="https://www.strava.com/athletes/{{ site.social-network-links.strava}} " title ="Strava ">
401
+ < span class ="fa-stack fa-lg " aria-hidden ="true ">
402
+ < i class ="fas fa-circle fa-stack-2x "> </ i >
403
+ < i class ="fab fa-strava fa-stack-1x fa-inverse "> </ i >
404
+ </ span >
405
+ < span class ="sr-only "> Strava</ span >
406
+ </ a >
407
+ </ li >
408
+ {%- endif -%}
409
+
398
410
{%- endfor -%}
399
411
400
412
</ ul >
You can’t perform that action at this time.
0 commit comments