From c026b5f1a86b2ccf76e65b224ab95425eddd0d7c Mon Sep 17 00:00:00 2001 From: grey Date: Fri, 7 Jul 2023 22:15:50 +0200 Subject: [PATCH] fix greeting to finally respect the time --- src/frontend/dashboard.eta.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/frontend/dashboard.eta.html b/src/frontend/dashboard.eta.html index 3a256c1..010652a 100644 --- a/src/frontend/dashboard.eta.html +++ b/src/frontend/dashboard.eta.html @@ -1,6 +1,19 @@ <%~ E.includeFile("partials/head.eta.html", {"title": "Dashboard"}) %> <%~ E.includeFile("partials/controls.eta.html", {"active": "Dashboard"}) %> -

Good evening, ${user}

+

Good evening, ${user}

+