About page bug

This commit is contained in:
Gil 2025-04-30 01:47:18 -05:00
parent cd3042ffd2
commit ec58616d19

View file

@ -1,13 +1,8 @@
<dl>
{% for social in socials %}
<dt>
<strong>{{ social.label }}</strong>
</dt>
<dd>
<a href="{{ social.link }}" rel="me">{{ social.handle }}</a>
{% if social.note %}
<em>{{ social.note }}</em>
{% endif %}
</dd>
{% endfor %}
</dl>
<dl>{% for social in socials -%}
<dt>
<strong>{{ social.label }}</strong>
</dt>
<dd>
<a href="{{ social.link }}" rel="me">{{ social.handle }}</a>{% if social.note %} <em>{{ social.note }}</em>{% endif %}
</dd>
{%- endfor %}</dl>