Merge branch 'zola_development' of github.com:threefoldfoundation/www_threefold_io into zola_development
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
title: "People"
|
||||
template: "people_page.html"
|
||||
insert_anchor_links: "left"
|
||||
paginate_by: 25
|
||||
paginate_by: 24
|
||||
---
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
{{category | replace(from='-', to=' ' ) | title}}
|
||||
</h1>
|
||||
<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 %}
|
||||
{% if "Engineering" == "Engineering"%}
|
||||
{% include "partials/person_card.html" %}
|
||||
|
||||
Reference in New Issue
Block a user