From f33cb5f1357f25a20019fcab10e97c0c4bcdaeda Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Sun, 27 Oct 2024 10:58:06 +0300 Subject: [PATCH] make teampage layout like io --- templates/partials/person_card.html | 20 +++++++++++--------- templates/people/list.html | 10 +++++----- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/templates/partials/person_card.html b/templates/partials/person_card.html index 4744ffd..4985e39 100644 --- a/templates/partials/person_card.html +++ b/templates/partials/person_card.html @@ -1,10 +1,11 @@ +{% if page.title != 'ThreeFold Community' %}
- + {% set url = get_url(path='/' ~ page.relative_path | replace(from='_', to='-') | replace(from='index.md', to=page.extra.imgPath)) %} - {{page.title ~ ' Picture'}} -
-

{{page.title}}

-
+{%endif%} diff --git a/templates/people/list.html b/templates/people/list.html index 77eee45..d57fbff 100644 --- a/templates/people/list.html +++ b/templates/people/list.html @@ -2,12 +2,12 @@ {% block content %} -
- {% include "partials/filter_bar.html" %} +
+

{%- set section = get_section(path="people/_index.md") %} @@ -32,7 +32,7 @@ {% endif %} {% endfor %}

-
+