From 027fe2279504e4656ac35d993c7a9b64a62724e9 Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Wed, 10 Apr 2024 04:20:51 +0000 Subject: [PATCH] feat(social): add untappd (#1307) --- _config.yml | 1 + _includes/social-networks-links.html | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/_config.yml b/_config.yml index 8df4e97c85f1..861fa4cb3099 100644 --- a/_config.yml +++ b/_config.yml @@ -81,6 +81,7 @@ social-network-links: # hackerrank: yourname # gitlab: yourname # itchio: yourname +# untappd: yourname # 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 ba5ff2324a3e..c80e232460ca 100644 --- a/_includes/social-networks-links.html +++ b/_includes/social-networks-links.html @@ -379,6 +379,18 @@ {%- endif -%} + {%- if network[0] == "untappd" -%} +
  • + + + Untappd + +
  • + {%- endif -%} + {%- endfor -%}