mirror of
https://github.com/getpelican/pelican.git
synced 2026-05-27 12:36:41 +02:00
Merge 4ca5d908ff into 9f0ad2bd95
This commit is contained in:
commit
7755145360
1 changed files with 1 additions and 1 deletions
|
|
@ -497,7 +497,7 @@ The default theme does not support tag clouds, but it is pretty easy to add::
|
|||
|
||||
<ul>
|
||||
{% for tag in tag_cloud %}
|
||||
<li class="tag-{{ tag.1 }}"><a href="/tag/{{ tag.0|string|replace(" ", "-" ) }}.html">{{ tag.0 }}</a></li>
|
||||
<li class="tag-{{ tag.1 }}"><a href="{{ tag.0.url }}">{{ tag.0 }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue