server,feeds
This commit is contained in:
parent
270ad099c1
commit
fb77155554
1 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if SITES %}
|
{% if SITES %}
|
||||||
<li class="nav-header"><h4><i class="icon-home"></i>sites</h4></li>
|
<li class="nav-header"><h4><i class="fas fa-server"></i> sites</h4></li>
|
||||||
{% for name, link in SITES %}
|
{% for name, link in SITES %}
|
||||||
<li><a href="{{ link }}">{{ name }}</a></li>
|
<li><a href="{{ link }}">{{ name }}</a></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue