diff --git a/ckan/templates/home/index.html b/ckan/templates/home/index.html index b96576f2e9b..7f0a312ffb3 100644 --- a/ckan/templates/home/index.html +++ b/ckan/templates/home/index.html @@ -67,7 +67,7 @@

{{ _("Search Your Data") }}

{% endblock %} {% block home_tags %}
-

{{ _('Popular Tags') }}

+

{{ _('Popular Tags') }}

{% set tags = h.get_facet_items_dict('tags', limit=3) %} {% for tag in tags %} {{ h.truncate(tag.display_name, 22) }}