diff options
Diffstat (limited to 'Just-Read/templates/archives.html')
-rw-r--r-- | Just-Read/templates/archives.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Just-Read/templates/archives.html b/Just-Read/templates/archives.html index 72fd2a5..e4f26b8 100644 --- a/Just-Read/templates/archives.html +++ b/Just-Read/templates/archives.html @@ -30,7 +30,7 @@ <h2>Tags</h2> <ul class="tag"> {% for tag in tag_cloud|sort %} - <li class="tag-{{ tag.1 }}"><a href="{{ SITEURL }}/tag/{{ tag.0 }}.html">{{ tag.0 }}</a></li> + <li class="tag-{{ tag.1 }}"><a href="{{ SITEURL }}/{{ tag.0.url }}">{{ tag.0 }}</a></li> {% endfor %} </ul> </div> @@ -43,4 +43,4 @@ $("#jquerytabs").tabs(); }); </script> -{% endblock %}
\ No newline at end of file +{% endblock %} |