diff --git a/docs/settings.rst b/docs/settings.rst index 95f87e0e..3be6621d 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -495,11 +495,11 @@ Setting name (default value) What does it do? The default theme does not include a tag cloud, but it is pretty easy to add:: -
{% for tag in tag_cloud %} {{ tag.0 }} {% endfor %} -