From dcb08d9fd4f095955899dad325854cab203be584 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Fri, 12 Aug 2022 00:00:03 -0700 Subject: [PATCH] Allow reply-context without author --- layouts/partials/reply-context.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/reply-context.html b/layouts/partials/reply-context.html index 25ff180..a71c43a 100644 --- a/layouts/partials/reply-context.html +++ b/layouts/partials/reply-context.html @@ -15,11 +15,11 @@ Reply to - by + {{ if .replyAuthor }} by - + {{ end }}