{% for author in include.authors %} {% assign matched = site.people | where:"lastname",author.last | first %}
  • {% if matched %}{% endif %}{{ author.first }} {{ author.last }}{% if matched %}{% endif %}
  • {% endfor %}