{% if page.author %}
{% assign author = site.data.people[page.author] %} {% if author.image %}
{% endif %} {% if author.twitter %}
{% endif %} {% if page.original-author %}
{{ page.original-author }}
{% endif %}