{{ author.name[0] | upper }}
{% endif %}
{{ author.name }}
{% if author.company or author.location %}{% if author.company %}{{ author.company }}{% endif %} {% if author.company and author.location %} ยท {% endif %} {% if author.location %}{{ author.location }}{% endif %}
{% endif %} {% if author.bio %}{{ author.bio | truncate(120) }}
{% endif %}
๐ {{ author.post_count }} post{{ 's' if author.post_count != 1 }}
{% if author.github %}
๐ป {{ author.github }}
{% endif %}