diff --git a/templates/people/list.html b/templates/people/list.html index 77eee454b..9a6398467 100644 --- a/templates/people/list.html +++ b/templates/people/list.html @@ -1,24 +1,19 @@ {% extends "_default/base.html" %} {% block content %} - - +{%- set section = get_section(path="people/_index.md") %} +{% include "partials/intro.html" %}
- {% if paginator.previous %} - {% include "partials/icons/svgPrevPageIcon.html" %}{% include - "partials/icons/svgPrevPageIcon.html" %} +
+ {% if paginator.previous %} + + {% include "partials/icons/svgPrevPageIcon.html" %}{% include + "partials/icons/svgPrevPageIcon.html" %} + - - {% include "partials/icons/svgPrevPageIcon.html" %} + {% include "partials/icons/svgPrevPageIcon.html" %} + - + {% else %} {% include "partials/icons/svgFirstPageIcon.html" %}{% include "partials/icons/svgFirstPageIcon.html" %} @@ -58,27 +49,22 @@ {% endif %} {% if paginator.next %} - {% include "partials/icons/svgNextPageIcon.html" %} + {% include "partials/icons/svgNextPageIcon.html" %} + - - {% include "partials/icons/svgNextPageIcon.html" %}{% include - "partials/icons/svgNextPageIcon.html" %} + {% include "partials/icons/svgNextPageIcon.html" %}{% include + "partials/icons/svgNextPageIcon.html" %} + - {% else %} {% include "partials/icons/svgLastPageIcon.html" %} + {% else %} {% include "partials/icons/svgLastPageIcon.html" %} {% include "partials/icons/svgLastPageIcon.html" %}{% include "partials/icons/svgLastPageIcon.html" %} {% endif %} -
-