feature: about sib : place import in clean spot of index
This commit is contained in:
parent
3ca338e4c6
commit
7725350ca1
@ -20,10 +20,8 @@ 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
|
||||
include page-dashboard.pug
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user