{% assign person-id = include.person-id | default: 10 %} {% assign person = site.data.people | where: "id", person-id %} {% assign p = person[0] %}
{% include ui/avatar.html person=p size="lg" class="mb-3" %}

{{p.full_name}}

246

Followers

1,205

Posts