About page bug
This commit is contained in:
parent
cd3042ffd2
commit
ec58616d19
|
@ -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>
|
|
Loading…
Reference in a new issue