feature: about sib : place import in clean spot of index
This commit is contained in:
parent
3ca338e4c6
commit
7725350ca1
@ -20,9 +20,7 @@ html(lang="en")
|
|||||||
|
|
||||||
main.notLoggedIn
|
main.notLoggedIn
|
||||||
include menu-left.pug
|
include menu-left.pug
|
||||||
include page-about.pug
|
|
||||||
div#viewport
|
div#viewport
|
||||||
|
|
||||||
|
|
||||||
if endpoints.dashboards || (endpoints.get && endpoints.get.dashboards)
|
if endpoints.dashboards || (endpoints.get && endpoints.get.dashboards)
|
||||||
#dashboard(hidden).no-sidebar
|
#dashboard(hidden).no-sidebar
|
||||||
@ -54,6 +52,7 @@ html(lang="en")
|
|||||||
|
|
||||||
#admin(hidden).with-sidebar
|
#admin(hidden).with-sidebar
|
||||||
include page-admin.pug
|
include page-admin.pug
|
||||||
|
include page-about.pug
|
||||||
|
|
||||||
if analytics
|
if analytics
|
||||||
each provider in analytics
|
each provider in analytics
|
||||||
|
Loading…
Reference in New Issue
Block a user