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
|
||||
include page-admin.pug
|
||||
|
||||
#profile(hidden).no-sidebar
|
||||
include page-profile.pug
|
||||
if (endpoints.skills || (endpoints.get && endpoints.get.skills)) && (endpoints.uploads || (endpoints.post && endpoints.post.uploads))
|
||||
#profile(hidden).no-sidebar
|
||||
include page-profile.pug
|
||||
|
||||
if analytics
|
||||
each provider in analytics
|
||||
|
Loading…
Reference in New Issue
Block a user