categories
This commit is contained in:
parent
fb77155554
commit
2567153d02
1 changed files with 3 additions and 7 deletions
|
@ -25,16 +25,12 @@
|
|||
{% endfor %}
|
||||
{% 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 %}
|
||||
<li>
|
||||
<a href="{{ SITEURL }}/{{ cat.url }}">
|
||||
<i class="icon-folder-open icon-large"></i>{{ cat }}
|
||||
</a>
|
||||
</li>
|
||||
<li><a href="{{ SITEURL }}/{{ cat.url }}">{{ cat }}</a></li>
|
||||
{% 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 %}
|
||||
<li class="tag-{{ tag.1 }}">
|
||||
<a href="{{ SITEURL }}/{{ tag.0.url }}">
|
||||
|
|
Loading…
Reference in a new issue