{% if config.extra.profile.avatar_url or config.extra.profile.name %}
{% if config.extra.profile.avatar_url %}
{{ config.extra.profile.name | default(value=config.title) }}
{% endif %} {% if config.extra.profile.name %}

{{ config.extra.profile.name }}

{{ config.extra.profile.bio | default(value=`A blog by ` ~ config.extra.profile.name) }}
{% if config.extra.profile.social %} {% endif %}
{% endif %}
{% endif %}