File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change
1
+ {{ #if (and page.fileUri (not env.CI ))}}
2
+ <div class =" edit-this-page" ><a href =" {{ page.fileUri }} " >Edit this Page</a ></div >
3
+ {{ else if (and page.editUrl (or env.FORCE_SHOW_EDIT_PAGE_LINK (not page.origin.private)))}}
4
+ <div class =" edit-this-page" ><a href =" {{ page.editUrl }} " >Edit this Page</a ></div >
5
+ {{ /if }}
Original file line number Diff line number Diff line change 5
5
{{ /with }}
6
6
{{> breadcrumbs }}
7
7
{{> page-versions }}
8
- {{ #if (and page.fileUri (not env.CI ))}}
9
- <div class =" edit-this-page" ><a href =" {{ page.fileUri }} " >Edit this Page</a ></div >
10
- {{ else if (and page.editUrl (or env.FORCE_SHOW_EDIT_PAGE_LINK (not page.origin.private)))}}
11
- <div class =" edit-this-page" ><a href =" {{ page.editUrl }} " >Edit this Page</a ></div >
12
- {{ /if }}
8
+ {{> edit-this-page }}
13
9
</div >
You can’t perform that action at this time.
0 commit comments