update people

This commit is contained in:
2024-09-26 11:12:28 +03:00
parent 46fd141289
commit b5a651b071
7 changed files with 10 additions and 10 deletions

View File

@@ -13,10 +13,10 @@ and a side nav for category and featured post navigation
<!--sets global featured variable as the most recent post with the isFeatured tag-->
{%- set section = get_section(path="people/_index.md") %}
<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">
<h1
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"
class="tracking-tight text-5xl text-left sm:text-3xl md:text-4xl lg:text-5xl fw-500 leading-snug font-normal mb-10"
>
{% set path_array = current_path | split(pat="/") %}
{% set taxonomy = path_array[1] %}