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