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