From dc65e255597d2106df57a13c2b477a227b4e5510 Mon Sep 17 00:00:00 2001 From: Andrew Dunning Date: Tue, 24 Apr 2018 17:52:17 -0400 Subject: [PATCH] Correct inclusion of `www` prefix to prevent redirects (#233) --- _includes/social.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -%}