Skip to content

Commit

Permalink
feat(social): add untappd (daattali#1307)
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Apr 10, 2024
1 parent 49b2d8b commit 3e4cf2a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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://<your_website>/feed.xml
Expand Down
12 changes: 12 additions & 0 deletions _includes/social-networks-links.html
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,18 @@
</li>
{%- endif -%}

{%- if network[0] == "untappd" -%}
<li class="list-inline-item">
<a href="https://untappd.com/user/{{ network[1] }}" title="Untappd">
<span class="fa-stack fa-lg" aria-hidden="true">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-untappd fa-stack-1x fa-inverse"></i>
</span>
<span class="sr-only">Untappd</span>
</a>
</li>
{%- endif -%}

{%- endfor -%}

</ul>
Expand Down

0 comments on commit 3e4cf2a

Please sign in to comment.