From ec58616d195bc8ecc908f2a0c2526ce7aebf9925 Mon Sep 17 00:00:00 2001 From: Gil Date: Wed, 30 Apr 2025 01:47:18 -0500 Subject: [PATCH] About page bug --- src/_includes/snippets/socials.njk | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) 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