diff --git a/_includes/social.html b/_includes/social.html index 44046b8..0ab5e1f 100644 --- a/_includes/social.html +++ b/_includes/social.html @@ -3,12 +3,12 @@ {%- if site.facebook_username -%}
  • {{ site.facebook_username| escape }}
  • {%- endif -%} {%- if site.flickr_username -%}
  • {{ site.flickr_username| escape }}
  • {%- endif -%} {%- if site.github_username -%}
  • {{ site.github_username| escape }}
  • {%- endif -%} - {%- if site.instagram_username -%}
  • {{ site.instagram_username| escape }}
  • {%- endif -%} + {%- if site.instagram_username -%}
  • {{ site.instagram_username| escape }}
  • {%- endif -%} {%- if site.linkedin_username -%}
  • {{ site.linkedin_username| escape }}
  • {%- endif -%} {%- if site.pinterest_username -%}
  • {{ site.pinterest_username| escape }}
  • {%- endif -%} {%- for mst in site.mastodon -%}{%- if mst.username and mst.instance -%}
  • {{ mst.username|escape }}
  • {%- endif -%}{%- endfor -%} - {%- if site.twitter_username -%}
  • {{ site.twitter_username| escape }}
  • {%- endif -%} - {%- if site.youtube_username -%}
  • {{ site.youtube_username| escape }}
  • {%- endif -%} + {%- if site.twitter_username -%}
  • {{ site.twitter_username| escape }}
  • {%- endif -%} + {%- if site.youtube_username -%}
  • {{ site.youtube_username| escape }}
  • {%- endif -%} {%- if site.googleplus_username -%}
  • {{ site.googleplus_username| escape }}
  • {%- endif -%} {%- if site.rss -%}
  • {{ site.rss | escape }}
  • {%- endif -%}