{% comment %}
This is open graph protocol metadata for blog post page layout.
Instead of the id of the team member the full name is retrieved and
added as author name of the blog post.
{% endcomment %}
{% for author_id in page.authors %}
{% assign person_entry = site.data.hifis_team | where: "id", author_id %}
{% assign person = person_entry[0] %}
{% if person.name %}
{% else %}
{% endif %}
{% endfor %}
{% for tag in page.tags %}
{% endfor %}