{%-assign title_template = include.title_template | default: "Read ':item_title'"-%} {%-assign separator = include.separator | default: "- "-%} {%-assign list_item = post | default: project | default: pg | default: page-%} {%-assign item_authors = post.author | default: project.author | default: pg.author | default: page.author-%} {{-list_item.title-}} {%-if site.show.authors and site.show.page_authors and pg or page %} {{ separator-}}{%-include item_authors.html authors=item_authors-%} {%-elsif site.show.authors and post or project %} {{ separator-}}{%-include item_authors.html authors=item_authors-%} {%-endif %}