{{ post.title }}

{% if post.description %}

{{ post.description }}

{% endif %}
    {% if featured.taxonomies.people %} {% for author in featured.taxonomies.people %} {% set author_path = 'people/' ~ author ~ '/index.md' %} {% set author = get_page(path=author_path) %} {% set author_img = get_url(path='/' ~ author.relative_path | replace(from='_', to='-') | replace(from='index.md', to=author.extra.imgPath)) %}
  • {{ author.title }}
  • {% endfor %} {% endif %}