forked from duniayetu/www_duniayetu
change the people page
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<div class="flex flex-col px-0 sm:px-4 pb-2">
|
||||
<div style="pointer-events: none;">
|
||||
<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 src="{{url}}" alt="{{page.title ~ ' Picture'}}" />
|
||||
@@ -23,6 +22,5 @@
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user