{% set author = site.config.extra.author_profile %} {% set author_avatar = author.avatar | default(value="") %} {% set author_name = author.name | default(value="") %} {% set author_bio = author.bio | default(value="") %} {% set author_links = author.links | default(value=[]) %}
{{ author_bio }}
{% endif %} {% if author_links | length > 0 %}