From 741acb7d36764a837ca91df8835b446a58fdbcbb Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 15 Mar 2025 05:08:27 +0000 Subject: [PATCH] Add Strava social network link (#1443) --- _config.yml | 1 + _includes/social-networks-links.html | 12 ++++++++++++ 2 files changed, 13 insertions(+) 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 -%}