Skip to content
Snippets Groups Projects
Commit 42d65ef9 authored by Tomi Valentová's avatar Tomi Valentová
Browse files

fix author display

parent f2030e91
No related branches found
No related tags found
2 merge requests!1090Release,!1088fix author display
Pipeline #19185 passed
<div class="text-grey-185 mb-4 italic"> {% if page.author_page or page.author %}
Autor: <span rel="author"> <div class="text-grey-185 mb-4 italic">
{% if page.author_page %} Autor: <span rel="author">
<a {% if page.author_page %}
href="{{ page.author_page.url }}" <a
class="underline text-grey-100" href="{{ page.author_page.url }}"
>{{ page.author_page.get_full_name }}</a> class="underline text-grey-100"
{% else %} >{{ page.author_page.get_full_name }}</a>
{{ page.author }} {% elif page.author %}
{% endif %} {{ page.author }}
</span> {% endif %}
</div> </span>
</div>
{% endif %}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment