From b3ea2d91682eab155667c8c9c608b963087b15f2 Mon Sep 17 00:00:00 2001 From: Andrew Dunning Date: Wed, 25 Apr 2018 16:15:23 -0400 Subject: [PATCH] Fix whitespace --- _includes/social.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/_includes/social.html b/_includes/social.html index 4a7295c..3a0d0d3 100644 --- a/_includes/social.html +++ b/_includes/social.html @@ -1,12 +1,12 @@
- {%- if site.email -%}{%- endif -%} - {%- if site.orcid_id -%}{%- endif -%} - {%- if site.scholar_userid -%}{%- endif -%} - {%- if site.github_username -%}{%- endif -%} - {%- if site.linkedin_username -%}{%- endif -%} - {%- if site.twitter_username -%}{%- endif -%} - {%- if site.strava_userid -%}{%- endif -%} + {% if site.email %}{% endif %} + {% if site.orcid_id %}{% endif %} + {% if site.scholar_userid %}{% endif %} + {% if site.github_username %}{% endif %} + {% if site.linkedin_username %}{% endif %} + {% if site.twitter_username %}{% endif %} + {% if site.strava_userid %}{% endif %}