From afa722a4825da64ef1d37ea7d025df239ea8e7a3 Mon Sep 17 00:00:00 2001 From: Alee Date: Sat, 3 Nov 2018 15:28:04 -0400 Subject: Fixes in blog --- _layouts/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html index a9edd82..d741573 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -10,7 +10,7 @@ {% include navigator.html %}

{{ page.title }}

-

{{ page.date | date_to_string }} | {{ page.author }}

+

{{ page.date | date_to_string }} | By: {{ page.author }}

{{ content }} -- cgit v1.2.3