add people intro
This commit is contained in:
@@ -1,16 +1,11 @@
|
|||||||
{% extends "_default/base.html" %}
|
{% extends "_default/base.html" %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
{%- set section = get_section(path="people/_index.md") %}
|
||||||
|
{% include "partials/intro.html" %}
|
||||||
<div class="container mx-auto">
|
<div class="container mx-auto">
|
||||||
{% include "partials/filter_bar.html" %}
|
{% include "partials/filter_bar.html" %}
|
||||||
|
|
||||||
<div class="text-center main-title px-0 md:w-full">
|
<div class="text-center main-title px-0 md:w-full">
|
||||||
<h1
|
<h1 class="tracking-tight text-left text-2xl sm:text-3xl md:text-4xl lg:text-5xl fw-500 leading-snug font-normal mb-10">
|
||||||
class="tracking-tight text-5xl text-left text-2xl sm:text-3xl md:text-4xl lg:text-5xl fw-500 leading-snug font-normal mb-10"
|
|
||||||
>
|
|
||||||
{%- set section = get_section(path="people/_index.md") %}
|
|
||||||
|
|
||||||
{% set path_array = current_path | split(pat="/") %}
|
{% set path_array = current_path | split(pat="/") %}
|
||||||
{% set taxonomy = path_array[1] %}
|
{% set taxonomy = path_array[1] %}
|
||||||
{% set category = path_array[2] %}
|
{% set category = path_array[2] %}
|
||||||
@@ -32,22 +27,18 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
<hr class="mt-6" />
|
<hr class="mt-6">
|
||||||
<p class="text-center text-sm mt-2 mb-16">
|
<p class="text-center text-sm mt-2 mb-16">
|
||||||
{% if paginator.previous %}
|
{% if paginator.previous %}
|
||||||
<a
|
<a class="border-transparent" aria-label="First page" href="{{ paginator.first }}">
|
||||||
class="border-transparent"
|
{% include "partials/icons/svgPrevPageIcon.html" %}{% include
|
||||||
aria-label="First page"
|
"partials/icons/svgPrevPageIcon.html" %}
|
||||||
href="{{ paginator.first }}"
|
</a
|
||||||
>{% include "partials/icons/svgPrevPageIcon.html" %}{% include
|
|
||||||
"partials/icons/svgPrevPageIcon.html" %}</a
|
|
||||||
>
|
>
|
||||||
|
|
||||||
<a
|
<a class="border-transparent" aria-label="Previous page" href="{{ paginator.previous }}">
|
||||||
class="border-transparent"
|
{% include "partials/icons/svgPrevPageIcon.html" %}
|
||||||
aria-label="Previous page"
|
</a
|
||||||
href="{{ paginator.previous }}"
|
|
||||||
>{% include "partials/icons/svgPrevPageIcon.html" %}</a
|
|
||||||
>
|
>
|
||||||
|
|
||||||
{% else %} {%
|
{% else %} {%
|
||||||
@@ -58,19 +49,15 @@
|
|||||||
|
|
||||||
{% endif %} {% if
|
{% endif %} {% if
|
||||||
paginator.next %}
|
paginator.next %}
|
||||||
<a
|
<a class="border-transparent" aria-label="Next page" href="{{ paginator.next }}">
|
||||||
class="border-transparent"
|
{% include "partials/icons/svgNextPageIcon.html" %}
|
||||||
aria-label="Next page"
|
</a
|
||||||
href="{{ paginator.next }}"
|
|
||||||
>{% include "partials/icons/svgNextPageIcon.html" %}</a
|
|
||||||
>
|
>
|
||||||
|
|
||||||
<a
|
<a class="border-transparent" aria-label="Last page" href="{{ paginator.last }}">
|
||||||
class="border-transparent"
|
{% include "partials/icons/svgNextPageIcon.html" %}{% include
|
||||||
aria-label="Last page"
|
"partials/icons/svgNextPageIcon.html" %}
|
||||||
href="{{ paginator.last }}"
|
</a
|
||||||
>{% include "partials/icons/svgNextPageIcon.html" %}{% include
|
|
||||||
"partials/icons/svgNextPageIcon.html" %}</a
|
|
||||||
>
|
>
|
||||||
{% else %} {% include "partials/icons/svgLastPageIcon.html" %}
|
{% else %} {% include "partials/icons/svgLastPageIcon.html" %}
|
||||||
{% include
|
{% include
|
||||||
@@ -80,5 +67,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
|||||||
Reference in New Issue
Block a user