diff --git a/_config.yml b/_config.yml index afd3650..56b424d 100644 --- a/_config.yml +++ b/_config.yml @@ -82,6 +82,7 @@ social-network-links: # gitlab: yourname # itchio: yourname # untappd: yourname +# strava: your userid # If you want your website to generate an RSS feed, provide a description # The URL for the feed will be https:///feed.xml diff --git a/_includes/social-networks-links.html b/_includes/social-networks-links.html index be42622..d3f323a 100644 --- a/_includes/social-networks-links.html +++ b/_includes/social-networks-links.html @@ -395,6 +395,18 @@ {%- endif -%} + {%- if network[0] == "strava" -%} +
  • + + + Strava + +
  • + {%- endif -%} + {%- endfor -%}