hide threefold community person card

This commit is contained in:
timurgordon
2024-03-12 11:28:10 -04:00
parent 972a72f3c9
commit f2a4758895
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
{% if page.title != 'ThreeFold Community' %}
<div class="flex flex-col px-0 sm:px-4 pb-2">
<a href="{{page.permalink}}" class="border-0 text-gray-700 hover:!text-gray-700 font-normal text-left">
{% set url = get_url(path='/' ~ page.relative_path | replace(from='_', to='-') | replace(from='index.md', to=page.extra.imgPath)) %}
@@ -23,4 +24,4 @@
</div>
</a>
</div>
{% endif %}

View File

@@ -1,3 +1,4 @@
{% if page.title != 'ThreeFold Community' %}
<div class="flex flex-col px-0 sm:px-4 pb-2">
<a href="{{page.permalink}}" class="border-0 text-gray-700 hover:!text-gray-700 font-normal text-left">
{% set url = get_url(path='/' ~ page.relative_path | replace(from='_', to='-') | replace(from='index.md', to=page.extra.imgPath)) %}
@@ -23,4 +24,5 @@
</div>
</a>
</div>
{%endif%}