Merge branch 'zola_development' of github.com:threefoldfoundation/www_threefold_io into zola_development

This commit is contained in:
samaradel
2022-04-17 16:22:23 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -2,6 +2,6 @@
title: "People" title: "People"
template: "people_page.html" template: "people_page.html"
insert_anchor_links: "left" insert_anchor_links: "left"
paginate_by: 25 paginate_by: 24
--- ---

View File

@@ -15,7 +15,7 @@
{{category | replace(from='-', to=' ' ) | title}} {{category | replace(from='-', to=' ' ) | title}}
</h1> </h1>
<div> <div>
<div class="mt-12 grid gap-5 max-w-lg mx-auto lg:grid-cols-2 xl:grid-cols-3 lg:max-w-none"> <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 post in paginator.pages %}
{% if "Engineering" == "Engineering"%} {% if "Engineering" == "Engineering"%}
{% include "partials/person_card.html" %} {% include "partials/person_card.html" %}