{% set author = authors[page.header.aura.author] %} {% if author %} {% set social = [ 'linkedin', 'youtube', 'facebook', 'instagram', 'pinterest', 'website', 'envelope', 'mastodon', 'matrix-org', 'gitea', 'github', 'globe', ] %}

About the author


{% if author.image %} {{ media['user://images/' ~ author.image|first.name].html('', author.name, 'author-image') }} {% endif %}

{{ author.name }}

    {% if author['person-envelope-user'] %}
  • {% endif %} {% for item in social %} {% set href = author['person-' ~ item ~ '-url'] %} {% if href %}
  • {% endif %} {% endfor %} {% if author['person-twitter-user'] %}
  • {% endif %}
 

{{ author.description.en }}

{% if config.plugins['aura-authors']['include-css'] %} {% do assets.addCss('user://plugins/aura-authors/assets/style.min.css') %} {% endif %} {% endif %}