From 7725350ca1b10711b74f530ff926b38d876dfec3 Mon Sep 17 00:00:00 2001 From: maxime_senza Date: Thu, 28 May 2020 23:49:46 +0200 Subject: [PATCH] feature: about sib : place import in clean spot of index --- src/index.pug | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/index.pug b/src/index.pug index 19d3aae..a997ede 100644 --- a/src/index.pug +++ b/src/index.pug @@ -20,9 +20,7 @@ html(lang="en") main.notLoggedIn include menu-left.pug - include page-about.pug div#viewport - if endpoints.dashboards || (endpoints.get && endpoints.get.dashboards) #dashboard(hidden).no-sidebar @@ -54,6 +52,7 @@ html(lang="en") #admin(hidden).with-sidebar include page-admin.pug + include page-about.pug if analytics each provider in analytics