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 -%}