From bf28d0b42201878a4ad7a769a74d4c33e02a0ec8 Mon Sep 17 00:00:00 2001 From: Amit Merchant Date: Wed, 13 Feb 2019 11:22:19 +0530 Subject: [PATCH] Update post.html --- _layouts/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/post.html b/_layouts/post.html index 841297d..1f21920 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -6,7 +6,7 @@ layout: default

{{ page.title }}

-

{{site.name}} · {{ page.date | date: "%B %e, %Y" }}

+

{{site.author}} · {{ page.date | date: "%B %e, %Y" }}

{% if page.last_modified_at %}

(Updated: {{ page.last_modified_at | date: "%b %-d, %Y" }})

{% endif %}