diff --git a/templates/partials/personCard.html b/templates/partials/personCard.html index 2204df7ee..024b06be7 100644 --- a/templates/partials/personCard.html +++ b/templates/partials/personCard.html @@ -1,3 +1,4 @@ +{% if page.title != 'ThreeFold Community' %}
{% set url = get_url(path='/' ~ page.relative_path | replace(from='_', to='-') | replace(from='index.md', to=page.extra.imgPath)) %} @@ -23,4 +24,4 @@
- +{% endif %} diff --git a/templates/partials/person_card.html b/templates/partials/person_card.html index f5e37ccc1..9286f9cf6 100644 --- a/templates/partials/person_card.html +++ b/templates/partials/person_card.html @@ -1,3 +1,4 @@ +{% if page.title != 'ThreeFold Community' %}
{% set url = get_url(path='/' ~ page.relative_path | replace(from='_', to='-') | replace(from='index.md', to=page.extra.imgPath)) %} @@ -23,4 +24,5 @@
+{%endif%}