From 66e4782c5c422b4f99a4763212bdc974efffc65b Mon Sep 17 00:00:00 2001 From: James Barnett Date: Sun, 5 Jul 2020 19:29:49 +0100 Subject: Add dark theme. Improve display of multi-reddits. Add NetPositive inspired error pages --- src/main/resources/templates/postDetail.ftlh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/main/resources/templates/postDetail.ftlh') diff --git a/src/main/resources/templates/postDetail.ftlh b/src/main/resources/templates/postDetail.ftlh index 576e6e1..13d2ee5 100644 --- a/src/main/resources/templates/postDetail.ftlh +++ b/src/main/resources/templates/postDetail.ftlh @@ -7,7 +7,9 @@ <@postSummary postDetail.post/> - ${(postDetail.selftextHtmlUnescaped?no_esc)!""} +
+ ${(postDetail.selftextHtmlUnescaped?no_esc)!""} +
<@pluralise postDetail.commentCount, "comment"/>
-- cgit v1.2.3