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

fix author display

parent f2030e91
Branches
No related tags found
2 merge requests!1090Release,!1088fix author display
Pipeline #19185 passed
{% if page.author_page or page.author %}
<div class="text-grey-185 mb-4 italic">
Autor: <span rel="author">
{% if page.author_page %}
......@@ -5,8 +6,9 @@
href="{{ page.author_page.url }}"
class="underline text-grey-100"
>{{ page.author_page.get_full_name }}</a>
{% else %}
{% elif page.author %}
{{ page.author }}
{% endif %}
</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