Skip to content

Commit

Permalink
[#474] Homepage tag title tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Feb 28, 2013
1 parent 56cebfe commit 6539d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/home/index.html
Expand Up @@ -67,7 +67,7 @@ <h3 class="heading">{{ _("Search Your Data") }}</h3>
{% endblock %}
{% block home_tags %}
<div class="tags">
<h3 class="tag">{{ _('Popular Tags') }}</h3>
<h3>{{ _('Popular Tags') }}</h3>
{% set tags = h.get_facet_items_dict('tags', limit=3) %}
{% for tag in tags %}
<a class="tag" href="{% url_for controller='package', action='search', tags=tag.name %}">{{ h.truncate(tag.display_name, 22) }}</a>
Expand Down

0 comments on commit 6539d1d

Please sign in to comment.