Skip to content

Commit

Permalink
Update tag cloud documentation for SLUG_SUBSTITUTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
cdhowie committed Jul 15, 2013
1 parent 9f0ad2b commit 4ca5d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 4ca5d90

Please sign in to comment.