From 2eed68179dc940f112b7e99f4de11e2429ccdc82 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Fri, 8 Mar 2019 04:20:48 -0500 Subject: [PATCH] Use correct Twitter URL (#1807) --- _includes/social.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/social.html b/_includes/social.html index 9783b84a..a4983ccb 100644 --- a/_includes/social.html +++ b/_includes/social.html @@ -7,7 +7,7 @@ {%- 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.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 -%}