diff options
Diffstat (limited to 'foundation-default-colours/templates/base.html')
-rw-r--r-- | foundation-default-colours/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/foundation-default-colours/templates/base.html b/foundation-default-colours/templates/base.html index 849799a..26241a2 100644 --- a/foundation-default-colours/templates/base.html +++ b/foundation-default-colours/templates/base.html @@ -147,7 +147,7 @@ <h5>Tags</h5> <ul class="tag-cloud"> {% for tag in tag_cloud %} - <li><a href="/tag/{{ tag.0|lower|replace(' ', '-') }}/" class="tag-{{ tag.1 }}">{{ tag.0 }}</a></li> + <li class="tag-{{ tag.1 }}"><a href="{{ SITEURL }}/{{ tag.0.url }}">{{ tag.0 }}</a></li> {% endfor %} </ul> </div> |