bugfix: condition for my profile
This commit is contained in:
parent
8f0ae08d34
commit
72983551de
@ -52,8 +52,9 @@ html(lang="en")
|
|||||||
#admin(hidden).with-sidebar
|
#admin(hidden).with-sidebar
|
||||||
include page-admin.pug
|
include page-admin.pug
|
||||||
|
|
||||||
#profile(hidden).no-sidebar
|
if (endpoints.skills || (endpoints.get && endpoints.get.skills)) && (endpoints.uploads || (endpoints.post && endpoints.post.uploads))
|
||||||
include page-profile.pug
|
#profile(hidden).no-sidebar
|
||||||
|
include page-profile.pug
|
||||||
|
|
||||||
if analytics
|
if analytics
|
||||||
each provider in analytics
|
each provider in analytics
|
||||||
|
Loading…
Reference in New Issue
Block a user