diff --git a/templates/memberships/single.html b/templates/memberships/single.html index e41a58d8b..359c1f9b9 100644 --- a/templates/memberships/single.html +++ b/templates/memberships/single.html @@ -13,7 +13,7 @@ {% set category = "All" %} {% endif %} -
+
{% include "partials/filter_bar.html" %}
diff --git a/templates/partials/memberships.html b/templates/partials/memberships.html index a87a99af9..c87619196 100644 --- a/templates/partials/memberships.html +++ b/templates/partials/memberships.html @@ -11,7 +11,7 @@ {% set category = "All" %} {% endif %} -
+
{% include "partials/filter_bar.html" %}
diff --git a/templates/people/list.html b/templates/people/list.html index e90320a2f..3aab8d6f8 100644 --- a/templates/people/list.html +++ b/templates/people/list.html @@ -2,7 +2,7 @@ {% block content %} {%- set section = get_section(path="people/_index.md") %} {% include "partials/intro.html" %} -
+
{% include "partials/filter_bar.html" %}
{#