update people

This commit is contained in:
2024-09-26 11:12:28 +03:00
parent 46fd141289
commit b5a651b071
7 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
{% 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">
{# <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)) %}
<img class="aspect-[14/13] w-full rounded-2xl object-cover" src="{{url}}" alt="{{page.title ~ ' Picture'}}" />
<div class="text-center">
@@ -22,7 +22,7 @@
{% endif %}
</div> #}
</div>
</a>
{# </a> #}
</div>
{%endif%}