From 11a0e8ba4c9f9675fc9eb900120c439aba7e2ed7 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Thu, 24 Oct 2024 16:18:13 +0200 Subject: [PATCH] edit people's title and show the page again. --- content/people/adnan_fatayerji/index.md | 2 +- content/people/amrit_gayan/index.md | 2 +- content/people/chris_camponovo/index.md | 2 +- content/people/gregory_flipo/index.md | 2 +- content/people/marion_ravarino/index.md | 2 +- content/people/sasha_astiadi/index.md | 2 +- content/people/timur_gordon/index.md | 2 +- templates/partials/person_card.html | 20 ++++++++++++++++++-- 8 files changed, 25 insertions(+), 9 deletions(-) diff --git a/content/people/adnan_fatayerji/index.md b/content/people/adnan_fatayerji/index.md index 923feaa..ef912f7 100644 --- a/content/people/adnan_fatayerji/index.md +++ b/content/people/adnan_fatayerji/index.md @@ -1,7 +1,7 @@ --- title: Adnan Fateryji weight: 2 -description: Co-Founder & ThreeFold DMCC CEO +description: Co-Founder, CEO of TF DMCC taxonomies: people: [adnan fatayerji] memberships: [] diff --git a/content/people/amrit_gayan/index.md b/content/people/amrit_gayan/index.md index 10c728d..3e7125c 100644 --- a/content/people/amrit_gayan/index.md +++ b/content/people/amrit_gayan/index.md @@ -1,7 +1,7 @@ --- title: Amrit Gayan weight: 4 -description: Advisor, Ops & Finance +description: Advisor, Finance & Operations taxonomies: people: [amrit_gayan] memberships: [] diff --git a/content/people/chris_camponovo/index.md b/content/people/chris_camponovo/index.md index 0077d0a..0fa5add 100644 --- a/content/people/chris_camponovo/index.md +++ b/content/people/chris_camponovo/index.md @@ -1,7 +1,7 @@ --- title: Chris Camponovo weight: 2 -description: Director & OurWorld FreeZone Co-Founder +description: Director, Co-Founder of OW FreeZone taxonomies: people: [chris_camponovo] memberships: [] diff --git a/content/people/gregory_flipo/index.md b/content/people/gregory_flipo/index.md index 3691937..53c28ed 100644 --- a/content/people/gregory_flipo/index.md +++ b/content/people/gregory_flipo/index.md @@ -1,7 +1,7 @@ --- title: Gregory Flipo weight: 2 -description: Co-Founder & Sikana CEO +description: Co-Founder, CEO of Sikana taxonomies: people: [gregory_flipo] memberships: [] diff --git a/content/people/marion_ravarino/index.md b/content/people/marion_ravarino/index.md index 484ce8a..26cc6c0 100644 --- a/content/people/marion_ravarino/index.md +++ b/content/people/marion_ravarino/index.md @@ -1,7 +1,7 @@ --- title: Marion Ravarino weight: 3 -description: Project Management & Communication +description: Project Management taxonomies: people: [marion_ravarino] memberships: [] diff --git a/content/people/sasha_astiadi/index.md b/content/people/sasha_astiadi/index.md index 8b3b660..daa2d98 100644 --- a/content/people/sasha_astiadi/index.md +++ b/content/people/sasha_astiadi/index.md @@ -1,7 +1,7 @@ --- title: Sasha Astiadi weight: 4 -description: Websites +description: Web Operations taxonomies: people: [sasha_astiadi] memberships: [] diff --git a/content/people/timur_gordon/index.md b/content/people/timur_gordon/index.md index 8007f93..11372b5 100644 --- a/content/people/timur_gordon/index.md +++ b/content/people/timur_gordon/index.md @@ -1,7 +1,7 @@ --- title: Timur Gordon weight: 4 -description: Developer +description: Software Developer taxonomies: people: [timur_gordon] memberships: [] diff --git a/templates/partials/person_card.html b/templates/partials/person_card.html index 56f29dd..4744ffd 100644 --- a/templates/partials/person_card.html +++ b/templates/partials/person_card.html @@ -1,9 +1,25 @@
- + {% set url = get_url(path='/' ~ page.relative_path | replace(from='_', to='-') | replace(from='index.md', to=page.extra.imgPath)) %} {{page.title ~ ' Picture'}}
-

{{page.title}}

+

{{page.title}}

+
+ {% if page.description %} + {{page.description}} + {% else %} + {{page.content | safe}} + {% endif %} +
+