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 %}