From a0c5f1107bdbfb240e93a33b53f916d43c8dcd88 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sun, 17 Jun 2018 17:40:51 +0200 Subject: [PATCH] Added blogpost author to individual posts --- _layouts/post.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_layouts/post.html b/_layouts/post.html index 02f79d0..db638bc 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -25,6 +25,7 @@ section_id: blog {% endif %} {{page.date | date: "%B %d, %Y" }}

+

by {{post.author}}

{{content}}