{% if page.post_meta != 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.post_meta_bio }}
{% if page.last_modified_at %} {{ site.data.theme.text.updated }} {% else %} {% endif %} · {% include read_time.html %}
{% endif %}