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

@@ -25,8 +25,10 @@
{% 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>