Merge pull request #212 from NathanWilliams/tagcloudfix

Change tag-cloud in foundation-default-colours to respect config
This commit is contained in:
Justin Mayer
2014-04-24 18:30:20 -07:00

View File

@@ -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>