<ul class=“social-media-list”>
{%- if site.dribbble_username -%}<li>Dribble @<a href="https://dribbble.com/{{ site.dribbble_username| cgi_escape | escape }}"><span class="username">{{ site.dribbble_username| escape }}</span></a></li>{%- endif -%} {%- if site.facebook_username -%}<li>Facebook @<a href="https://www.facebook.com/{{ site.facebook_username| cgi_escape | escape }}"><span class="username">{{ site.facebook_username| escape }}</span></a></li>{%- endif -%} {%- if site.flickr_username -%}<li>Flickr @<a href="https://www.flickr.com/photos/{{ site.flickr_username| cgi_escape | escape }}"><span class="username">{{ site.flickr_username| escape }}</span></a></li>{%- endif -%} {%- if site.github_username -%}<li>Github @<a href="https://github.com/{{ site.github_username| cgi_escape | escape }}"><span class="username">{{ site.github_username| escape }}</span></a></li>{%- endif -%} {%- if site.instagram_username -%}<li>Instagram @<a href="https://instagram.com/{{ site.instagram_username| cgi_escape | escape }}"><span class="username">{{ site.instagram_username| escape }}</span></a></li>{%- endif -%} {%- if site.linkedin_username -%}<li>Linkedin @<a href="https://www.linkedin.com/in/{{ site.linkedin_username| cgi_escape | escape }}"><span class="username">{{ site.linkedin_username| escape }}</span></a></li>{%- endif -%} {%- if site.pinterest_username -%}<li>Pinterst @<a href="https://www.pinterest.com/{{ site.pinterest_username| cgi_escape | escape }}"><span class="username">{{ site.pinterest_username| escape }}</span></a></li>{%- endif -%} {%- for mst in site.mastodon -%}{%- if mst.username and mst.instance -%}<li>Mastodon @<a href="https://{{ mst.instance| cgi_escape | escape}}/@{{mst.username}}"><span class="username">{{ mst.username|escape }}</span></a></li>{%- endif -%}{%- endfor -%} {%- if site.twitter_username -%}<li>Twitter @<a href="https://www.twitter.com/{{ site.twitter_username| cgi_escape | escape }}"><span class="username">{{ site.twitter_username| escape }}</span></a></li>{%- endif -%} {%- if site.youtube_username -%}<li>YouTube @<a href="https://youtube.com/{{ site.youtube_username| cgi_escape | escape }}"><span class="username">{{ site.youtube_username| escape }}</span></a></li>{%- endif -%} {%- if site.googleplus_username -%}<li>Google Plus @<a href="https://plus.google.com/{{ site.googleplus_username| escape }}"><span class="username">{{ site.googleplus_username| escape }}</span></a></li>{%- endif -%} {%- if site.rss -%}<li>Subscribe <a href="{{ 'feed.xml' | relative_url }}"><span>{{ site.rss | escape }}</span></a></li>{%- endif -%}
</ul>