diff --git a/src/partials/toolbar.hbs b/src/partials/toolbar.hbs index c6e9ea6..62ed39a 100644 --- a/src/partials/toolbar.hbs +++ b/src/partials/toolbar.hbs @@ -5,9 +5,10 @@ {{/with}} {{> breadcrumbs}} {{> page-versions}} - {{#if (and page.fileUri (not env.CI))}} + {{!-- Please uncomment this functionality if it is needed (edit page link in top right corner) --}} + {{!-- {{#if (and page.fileUri (not env.CI))}}
{{else if (and page.editUrl (or env.FORCE_SHOW_EDIT_PAGE_LINK (not page.origin.private)))}} - {{/if}} + {{/if}} --}}