diff --git a/src/_includes/snippets/socials.njk b/src/_includes/snippets/socials.njk
index 8e883ac..574c686 100644
--- a/src/_includes/snippets/socials.njk
+++ b/src/_includes/snippets/socials.njk
@@ -1,13 +1,8 @@
-
- {% for social in socials %}
- -
- {{ social.label }}
-
- -
- {{ social.handle }}
- {% if social.note %}
- {{ social.note }}
- {% endif %}
-
- {% endfor %}
-
\ No newline at end of file
+{% for social in socials -%}
+ -
+ {{ social.label }}
+
+ -
+ {{ social.handle }}{% if social.note %} {{ social.note }}{% endif %}
+
+{%- endfor %}
\ No newline at end of file