From f2a47588955a8f5d038abf0a49c59026c3ee7738 Mon Sep 17 00:00:00 2001 From: timurgordon Date: Tue, 12 Mar 2024 11:28:10 -0400 Subject: [PATCH] hide threefold community person card --- templates/partials/personCard.html | 3 ++- templates/partials/person_card.html | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) 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%}