{{ author_name[0] | upper }}
{% end %}
{{ author_name }}
{% if author_company or author_location %}{% if author_company %}{{ author_company }}{% end %} {% if author_company and author_location %} ยท {% end %} {% if author_location %}{{ author_location }}{% end %}
{% end %} {% if author_bio %}{{ author_bio | truncate(120) }}
{% end %}
{{ post_count }} post{{ 's' if post_count != 1 else '' }}
{% if author_github %}
{{ author_github }}
{% end %}