Skip to content
Snippets Groups Projects
Commit 548fc3af authored by Daniel Kriz's avatar Daniel Kriz
Browse files

[FIX]

Detail osoby
parent 6d50d0ef
No related branches found
No related tags found
3 merge requests!607Pirati.cz,!599[FIX]Homepage,!575Feature/pirati cz
Pipeline #9560 passed
......@@ -12,17 +12,13 @@
<div class="grid-left-side h-full bg-grey-150 left-tab">
<div class="p-6 flex flex-wrap flex-row items-center justify-between xl:items-start xl:flex-col">
<span class="font-bold 3xl:text-xl">AUTOR ČLÁNKU: <br> {{ page.author }}</span><br>
{# <div class="flex flex-row static bottom-0 xl:absolute sm:bottom-5">#}
{# <a href="" class="flex hover:no-underline">#}
{# <i class="ico--facebook mx-1"></i>#}
{# </a>#}
{# <a href="" class="flex hover:no-underline">#}
{# <i class="ico--twitter mx-2"></i>#}
{# </a>#}
{# <a href="" class="flex hover:no-underline">#}
{# <i class="ico--instagram mx-1"></i>#}
{# </a>#}
{# </div>#}
<div class="flex flex-row static bottom-0 xl:absolute sm:bottom-5">
{% for social in page.author_page.social_links %}
<a href="{{ social.value.link }}" class="flex hover:no-underline">
<i class="{{ social.value.icon }} mx-1"></i>
</a>
{% endfor %}
</div>
</div>
</div>
<div class="grid-content leading-6">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment