add people taxonomy

This commit is contained in:
timurgordon
2022-07-24 20:11:32 +02:00
parent 58da17304b
commit 7888168b40
7 changed files with 146 additions and 37 deletions

View File

@@ -4,7 +4,7 @@
<div class="container mx-auto">
{% 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"
@@ -16,7 +16,7 @@
</h1>
<div>
<div class="mt-12 grid gap-5 max-w-lg mx-auto lg:grid-cols-2 xl:grid-cols-4 lg:max-w-none">
{%- for post in paginator.pages %}
{%- for page in paginator.pages %}
{% if "Engineering" == "Engineering"%}
{% include "partials/person_card.html" %}
{%endif%} {%- endfor %}