categories
This commit is contained in:
parent
fb77155554
commit
2567153d02
1 changed files with 3 additions and 7 deletions
|
@ -25,16 +25,12 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<li class="nav-header"><h4><i class="icon-folder-close icon-large"></i>Categories</h4></li>
|
<li class="nav-header"><h4><i class="fas fa-folder-open"></i> categories</h4></li>
|
||||||
{% for cat, null in categories %}
|
{% for cat, null in categories %}
|
||||||
<li>
|
<li><a href="{{ SITEURL }}/{{ cat.url }}">{{ cat }}</a></li>
|
||||||
<a href="{{ SITEURL }}/{{ cat.url }}">
|
|
||||||
<i class="icon-folder-open icon-large"></i>{{ cat }}
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
<li class="nav-header"><h4><i class="icon-tags icon-large"></i>Tags</h4></li>
|
<li class="nav-header"><h4><i class="icon-tags icon-large"></i>tags</h4></li>
|
||||||
{% for tag in tag_cloud %}
|
{% for tag in tag_cloud %}
|
||||||
<li class="tag-{{ tag.1 }}">
|
<li class="tag-{{ tag.1 }}">
|
||||||
<a href="{{ SITEURL }}/{{ tag.0.url }}">
|
<a href="{{ SITEURL }}/{{ tag.0.url }}">
|
||||||
|
|
Loading…
Reference in a new issue