social indent
This commit is contained in:
parent
0b9491a32e
commit
52302f118d
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
{% if SOCIAL %}
|
{% if SOCIAL %}
|
||||||
<li class="nav-header"><h4><i class="fas fa-user-plus"></i> social</h4></li>
|
<li class="nav-header"><h4><i class="fas fa-user-plus"></i> social</h4></li>
|
||||||
{% for name, link in SOCIAL %}
|
{% for name, link in SOCIAL %}
|
||||||
<li><a href="{{ link }}"><i class="icon-{{ name }}-sign icon-large"></i>{{ name }}</a></li>
|
<li><a href="{{ link }}">{{ name }}</a></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue