tags
This commit is contained in:
parent
2567153d02
commit
ea0530081e
1 changed files with 2 additions and 2 deletions
|
@ -30,11 +30,11 @@
|
|||
<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="fas fa-tags"></i> tags</h4></li>
|
||||
{% for tag in tag_cloud %}
|
||||
<li class="tag-{{ tag.1 }}">
|
||||
<a href="{{ SITEURL }}/{{ tag.0.url }}">
|
||||
<i class="icon-tag icon-large"></i>{{ tag.0 }}
|
||||
{{ tag.0 }}
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue