_includes/blog-post-meta.html (
5
lines of code) (
raw
):
<div class="post-meta"> {% if author or date %} {% if author %}by {{ author }}{% endif %} {% if date %}on {{ date | date: "%B %d, %Y" }}{% endif %} {% endif %} </div>