diff --git a/templates/partials/person_card.html b/templates/partials/person_card.html index 4744ffd..4985e39 100644 --- a/templates/partials/person_card.html +++ b/templates/partials/person_card.html @@ -1,10 +1,11 @@ +{% if page.title != 'ThreeFold Community' %}
- + {% set url = get_url(path='/' ~ page.relative_path | replace(from='_', to='-') | replace(from='index.md', to=page.extra.imgPath)) %} - {{page.title ~ ' Picture'}} -
-

{{page.title}}

-
+{%endif%} diff --git a/templates/people/list.html b/templates/people/list.html index 77eee45..d57fbff 100644 --- a/templates/people/list.html +++ b/templates/people/list.html @@ -2,12 +2,12 @@ {% block content %} -
- {% include "partials/filter_bar.html" %} +
+

{%- set section = get_section(path="people/_index.md") %} @@ -32,7 +32,7 @@ {% endif %} {% endfor %}

-
+