rm people left

This commit is contained in:
samaradel
2022-09-06 15:50:12 +02:00
parent e8d05de25e
commit 8cfa6e8be1

View File

@@ -19,7 +19,9 @@
{% for person in terms %}
{% set page_path = person.path ~ 'index.md' | replace(from='-', to='_') | trim_start_matches(pat="/") %}
{% set page = get_page(path=page_path) %}
{% if page.extra.private >= 0 %}
{% include "partials/person_card.html" %}
{% endif %}
{% endfor %}
</div>
<hr class="mt-6" />