add threefold community author

This commit is contained in:
timurgordon
2022-11-10 15:27:45 +03:00
parent 621c9c6d71
commit 1e8a85ac74
3 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
---
title: ThreeFold_Community
weight: 0
description: Together we build!
taxonomies:
people: [threefold_community]
memberships: [foundation]
categories: [foundation]
extra:
imgPath: threefold_community.png
organizations: [threefold_foundation]
countries: []
cities: []
private: 0
socialLinks: {
LinkedIn:,
github: ,
websites: https://threefold.io,
}
---
The ThreeFold community is made up of passionate individuals from all corners of the globe participating in the expansion and evolution of the ThreeFold Internet and project.

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -25,9 +25,11 @@
{% if pages_str is containing(person.title) %}
{% set page = get_page(path=page_path) %}
{% if page.extra.private >= 0 %}
{% if page.title != "ThreeFold_Community"%}
{% include "partials/person_card.html" %}
{% endif %}
{% endif %}
{% endif %}
{% endfor %}
</div>
<hr class="mt-6" />