forked from tfcoop/www_duniayetu
shiow profile
This commit is contained in:
parent
978f02fcef
commit
e087a5a84c
@ -1,5 +1,5 @@
|
|||||||
<div class="flex flex-col px-0 sm:px-4 pb-2">
|
<div class="flex flex-col px-0 sm:px-4 pb-2">
|
||||||
<a href="{{page.permalink}}" style="pointer-events: none" 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)) %}
|
{% 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'}}" />
|
<img src="{{url}}" alt="{{page.title ~ ' Picture'}}" />
|
||||||
<div>
|
<div>
|
||||||
@ -13,7 +13,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="my-2 flex flex-row items-start flex-wrap">
|
<div class="my-2 flex flex-row items-start flex-wrap">
|
||||||
{% if page.extra.socialLinks.contact %}
|
{% if page.extra.socialLinks.contact %}
|
||||||
<a href="{{ page.extra.socialLinks.contact }}" class="border-1 text-s font-bold border-gray-600 hover:text-blue-700 py-1 px-2 mr-2 my-1 border hover:border-blue-500 border-gray-600 text-gray-700 rounded-full" onclick="s">
|
<a href="{{ page.permalink }}" class="border-1 text-s font-bold border-gray-600 hover:text-blue-700 py-1 px-2 mr-2 my-1 border hover:border-blue-500 border-gray-600 text-gray-700 rounded-full" onclick="s">
|
||||||
<u>More Info</u>
|
<u>More Info</u>
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user