From 7869af733452cc8eacd696da98ed459e99c8ee86 Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Sat, 25 May 2019 22:28:21 +0000 Subject: [PATCH] In default layout template, fix typo in display of notification count --- templates/default-layout.hamlet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default-layout.hamlet b/templates/default-layout.hamlet index 474cb93..4ae0091 100644 --- a/templates/default-layout.hamlet +++ b/templates/default-layout.hamlet @@ -24,7 +24,7 @@ $maybe (Entity _pid person, verified, sharer, unread) <- mperson it. Or Log out. $if unread > 0 - 🔔${unread} + 🔔#{unread} $nothing
You are not logged in.