{%- if site.dribbble_username -%}
  • Dribble @{{ site.dribbble_username| escape }}
  • {%- endif -%} {%- if site.facebook_username -%}
  • Facebook @{{ site.facebook_username| escape }}
  • {%- endif -%} {%- if site.flickr_username -%}
  • Flickr @{{ site.flickr_username| escape }}
  • {%- endif -%} {%- if site.github_username -%}
  • Github @{{ site.github_username| escape }}
  • {%- endif -%} {%- if site.instagram_username -%}
  • Instagram @{{ site.instagram_username| escape }}
  • {%- endif -%} {%- if site.linkedin_username -%}
  • Linkedin @{{ site.linkedin_username| escape }}
  • {%- endif -%} {%- if site.pinterest_username -%}
  • Pinterst @{{ site.pinterest_username| escape }}
  • {%- endif -%} {%- for mst in site.mastodon -%}{%- if mst.username and mst.instance -%}
  • Mastodon @{{ mst.username|escape }}
  • {%- endif -%}{%- endfor -%} {%- if site.twitter_username -%}
  • Twitter @{{ site.twitter_username| escape }}
  • {%- endif -%} {%- if site.youtube_username -%}
  • YouTube @{{ site.youtube_username| escape }}
  • {%- endif -%} {%- if site.googleplus_username -%}
  • Google Plus @{{ site.googleplus_username| escape }}
  • {%- endif -%} {%- if site.rss -%}
  • Subscribe {{ site.rss | escape }}
  • {%- endif -%}