Skip to content
Snippets Groups Projects
Verified Commit 72983551 authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

bugfix: condition for my profile

parent 8f0ae08d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment