Skip to content
Snippets Groups Projects
Commit 17c3537e authored by quido.zientek's avatar quido.zientek
Browse files

[FIX] page.author_page

parent e74308f6
No related branches found
No related tags found
3 merge requests!607Pirati.cz,!605[ADD] Bugfixes,!575Feature/pirati cz
Pipeline #9618 passed
...@@ -11,9 +11,7 @@ ...@@ -11,9 +11,7 @@
<div class="grid-container mb-2 lg:mb-12 relative"> <div class="grid-container mb-2 lg:mb-12 relative">
<div class="grid-left-side h-full bg-grey-150 left-tab"> <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"> <div class="p-6 flex flex-wrap flex-row items-center justify-between xl:items-start xl:flex-col">
{% if page.author %} <span class="font-bold 3xl:text-xl">AUTOR ČLÁNKU: <br> {% firstof page.author_page.title page.author '' %}</span><br>
<span class="font-bold 3xl:text-xl">AUTOR ČLÁNKU: <br> {{ page.author }}</span><br>
{% endif %}
<div class="flex flex-row static bottom-0 xl:absolute sm:bottom-5"> <div class="flex flex-row static bottom-0 xl:absolute sm:bottom-5">
{% for social in page.author_page.social_links %} {% for social in page.author_page.social_links %}
<a href="{{ social.value.link }}" class="flex hover:no-underline"> <a href="{{ social.value.link }}" class="flex hover:no-underline">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment