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"
|
title: "People"
|
||||||
template: "people_page.html"
|
template: "people_page.html"
|
||||||
insert_anchor_links: "left"
|
insert_anchor_links: "left"
|
||||||
paginate_by: 25
|
paginate_by: 24
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -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" %}
|
||||||
|
|||||||
Reference in New Issue
Block a user