{% 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=[]) %}
{% if author_avatar %} {%- set avatar_src = author_avatar -%} {%- if not (avatar_src is starting_with("http")) and not (avatar_src is starting_with("//")) -%} {%- set avatar_src = site.config.base_url ~ avatar_src -%} {%- endif -%} {{ author_name | default(value=site.config.title) }} {% endif %} {% if author_name %}

{{ author_name }}

{% endif %} {% if author_bio %}

{{ author_bio }}

{% endif %} {% if author_links | length > 0 %} {% endif %}