{% if page.author %}

{{ site.data.i18n[site.lang].label.author }}

{% assign author = site.data.users[page.author] %} {% if author.logo %} {% endif %}
{% endif %}