{% if page.author_bio != false %} {% if page.author and site.data.authors[page.author] %} {% assign author = site.data.authors[page.author] %} {% else %} {% assign author = site.author %} {% endif %}
{% if author.url contains "://" %} {{ author.name }} {% else %} {{ author.name }} {% endif %}
{% if author.url contains "://" %} {{ author.name }} {% else %} {{ author.name }} {% endif %} {% if author.cta_url contains "://" %} {{ author.cta | default: "Follow" }} {% else %} {{ author.cta | default: "Follow" }} {% endif %}
{{ author.bio }}
{% endif %}