{% if post.author and post.author_img %}
{{ post.author }}
{% else %}
{{ site.author }}
{% endif %}
{{ post.date | date: "%y/%m/%d" }}