diff --git a/make_mozilla/projects/templates/projects/index.html b/make_mozilla/projects/templates/projects/index.html index 30eff3d..bce2257 100644 --- a/make_mozilla/projects/templates/projects/index.html +++ b/make_mozilla/projects/templates/projects/index.html @@ -1,10 +1,14 @@ {% extends "projects/base.html" %} +{% if query %} +{% block page_title %}Filtered by {{ filters }} | {{ super() }}{% endblock %} +{% endif %} + {% block page_id %}projects-index{% endblock %} -{% block page_class %}{{ super() }} brochure-page{% endblock %} +{% block page_class %}{{ super() }} brochure-page {% if query %}filtered{% endif %}{% endblock %} {% block content %} - {% if featured %} + {% if featured and not query %}
{% endif %} -