We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0efe215 commit 9dfec88Copy full SHA for 9dfec88
src/partials/toolbar.hbs
@@ -5,4 +5,10 @@
5
{{/with}}
6
{{> breadcrumbs}}
7
{{> page-versions}}
8
+ {{!-- Please uncomment this functionality if it is needed (edit page link in top right corner) --}}
9
+ {{!-- {{#if (and page.fileUri (not env.CI))}}
10
+ <div class="edit-this-page"><a href="{{page.fileUri}}">Edit this Page</a></div>
11
+ {{else if (and page.editUrl (or env.FORCE_SHOW_EDIT_PAGE_LINK (not page.origin.private)))}}
12
+ <div class="edit-this-page"><a href="{{page.editUrl}}">Edit this Page</a></div>
13
+ {{/if}} --}}
14
</div>
0 commit comments