{% set author = authors[page.header.aura.author] %} {% if author %} {% set social = [ 'twitter', 'linkedin', 'youtube', 'facebook', 'instagram', 'pinterest', 'website', ] %}

About the author


{% if author.image %} {% set path = 'user://plugins/aura-authors/assets/' ~ author.image|first.name %} {{ media[path].html('', author.name, 'author-image') }} {% endif %}

{{ author.name }}

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

{{ author.description }}

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