update people
This commit is contained in:
@@ -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%}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user