{% comment %} The author metadata for both posts and post single pages. {% endcomment %} {% if post == blank %} {% comment %} Fix display bug when author data is empty. {% endcomment %}
{{ page.author }}{{ page.author }}
{% else %}
{{ post.author }}{{ post.author }}
{% endif %}