diff --git a/djangosnippets/templates/cab/snippet_list.html b/djangosnippets/templates/cab/snippet_list.html index 1d8823c1..0c1f3fb5 100644 --- a/djangosnippets/templates/cab/snippet_list.html +++ b/djangosnippets/templates/cab/snippet_list.html @@ -2,9 +2,9 @@ {% load core_tags %} {% load static %} {% block bodyclass %}snippet-list{% endblock %} -{% block head_title %}All snippets{% if months %} last {{ months }} months{% endif %}{% endblock %} +{% block head_title %} All snippets{% if months %} last {{ months }} months{% endif %}{% endblock %} -{% block content_header %}All snippets{% if months %} last {{ months }} months{% endif %}{% endblock %} +{% block content_header %} {{ hits }} snippets{% if months %} last {{ months }} months{% endif %}{% endblock %} {% block content %} {% if object_list %}