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> <dl>{% for social in socials -%}
{% for social in socials %} <dt>
<dt> <strong>{{ social.label }}</strong>
<strong>{{ social.label }}</strong> </dt>
</dt> <dd>
<dd> <a href="{{ social.link }}" rel="me">{{ social.handle }}</a>{% if social.note %} <em>{{ social.note }}</em>{% endif %}
<a href="{{ social.link }}" rel="me">{{ social.handle }}</a> </dd>
{% if social.note %} {%- endfor %}</dl>
<em>{{ social.note }}</em>
{% endif %}
</dd>
{% endfor %}
</dl>