edit people's title and show the page again.
This commit is contained in:
parent
471d18f664
commit
11a0e8ba4c
@ -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: []
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Amrit Gayan
|
||||
weight: 4
|
||||
description: Advisor, Ops & Finance
|
||||
description: Advisor, Finance & Operations
|
||||
taxonomies:
|
||||
people: [amrit_gayan]
|
||||
memberships: []
|
||||
|
@ -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: []
|
||||
|
@ -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: []
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Marion Ravarino
|
||||
weight: 3
|
||||
description: Project Management & Communication
|
||||
description: Project Management
|
||||
taxonomies:
|
||||
people: [marion_ravarino]
|
||||
memberships: []
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Sasha Astiadi
|
||||
weight: 4
|
||||
description: Websites
|
||||
description: Web Operations
|
||||
taxonomies:
|
||||
people: [sasha_astiadi]
|
||||
memberships: []
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Timur Gordon
|
||||
weight: 4
|
||||
description: Developer
|
||||
description: Software Developer
|
||||
taxonomies:
|
||||
people: [timur_gordon]
|
||||
memberships: []
|
||||
|
@ -1,9 +1,25 @@
|
||||
<div class="flex flex-col px-0 sm:px-4 pb-2">
|
||||
<a href="{{page.permalink}}" class="border-0 text-gray-700 hover:!text-gray-700 font-normal text-left" style="pointer-events: none;">
|
||||
<a href="{{page.permalink}}" class="border-0 text-gray-700 hover:!text-gray-700 font-normal text-left">
|
||||
{% set url = get_url(path='/' ~ page.relative_path | replace(from='_', to='-') | replace(from='index.md', to=page.extra.imgPath)) %}
|
||||
<img src="{{url}}" alt="{{page.title ~ ' Picture'}}" />
|
||||
<div>
|
||||
<h2 class="text-xl my-4">{{page.title}}</h2>
|
||||
<h2 class="text-2xl mt-4 mb-2">{{page.title}}</h2>
|
||||
<div class="text-md text-gray-700 text-left line-clamp-3 text-ellipsis">
|
||||
{% if page.description %}
|
||||
{{page.description}}
|
||||
{% else %}
|
||||
{{page.content | safe}}
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="my-2 flex flex-row items-start flex-wrap">
|
||||
{% if page.taxonomies.memberships %}
|
||||
{% for tag in page.taxonomies.memberships %}
|
||||
<a href="{{'/memberships/' ~ tag | replace(from='_', to='-' )}}" class="border-1 text-md font-bold bg-transparent hover:text-blue-700 py-1 px-2 mr-2 my-1 border hover:border-blue-500 border-gray-600 text-gray-700 rounded-full ">
|
||||
#{{tag}}
|
||||
</a>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user