{% if post.date %} {% if post.taxonomies.people %} {% set author_path = 'people/' ~ post.taxonomies.people[0] ~ '/index.md' %} {% set author = get_page(path=author_path) %} {% endif %}
{% set img_url = get_url(path='/' ~ post.relative_path | replace(from='_', to='-') | replace(from='index.md', to=post.extra.imgPath)) %}
{{post.title ~ ' Picture'}}
    {% if author %} {% set author_img = get_url(path='/' ~ author.relative_path | replace(from='_', to='-') | replace(from='index.md', to=author.extra.imgPath)) %}
  • {{author.title}}
  • {% endif %}
{% if author %}

{{ author.title }}

{% endif %}

{% endif %}