From 3f7461d95d107895b359fbe910aebde666ed01fc Mon Sep 17 00:00:00 2001 From: Dan Ho Date: Sun, 8 Sep 2019 21:27:52 +0800 Subject: [PATCH] Add post author display (#91) Add the ability to display post author set with `author` param in the content's front matter. --- layouts/posts/single.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layouts/posts/single.html b/layouts/posts/single.html index 53c0818..371de79 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -30,6 +30,9 @@ {{- end }}