{{ page.date | date: "%B %-d, %Y" }}
+
{% if page.by %}
Written By: {{ page.by }}
{% endif %}
diff --git a/_includes/blog-list.html b/_includes/blog-list.html index a82eeccc4..91d996d90 100644 --- a/_includes/blog-list.html +++ b/_includes/blog-list.html @@ -16,13 +16,13 @@ {% for post in paginator.posts %}
{{post.date | date: "%A %-d %B %Y"}}
+ {% if post.by %} {% endif %} {% if post.tags %} {% endif %}{{page.date | date: "%A %-d %B %Y"}}
+{{page.by}}