File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -85,8 +85,10 @@ <h5 class="footer-h5"><a href="{{ .url }}">{{ .name }}</a></h5>
85
85
< div class ="footer-bottom-middle ">
86
86
< span >
87
87
< span class ="edit-page ">
88
- < a href ="https://github.com/layer5io/docs/blob/master/content/en/_index.md " target ="_blank "
88
+ {{ with .File }}
89
+ < a href ="https://github.com/layer5io/docs/tree/master{{ strings.TrimPrefix hugo.WorkingDir .Filename }} " target ="_blank "
89
90
rel ="noreferrer "> Edit This Page</ a >
91
+ {{ end }}
90
92
</ span >
91
93
< span >
92
94
< a class ="status-link " href ="https://layer5.statuspage.io " target ="_blank " rel ="noreferrer ">
@@ -101,4 +103,4 @@ <h5 class="footer-h5"><a href="{{ .url }}">{{ .name }}</a></h5>
101
103
href ="https://layer5.io/company/legal/terms-of-service "> Terms</ a > </ span >
102
104
</ div >
103
105
</ div >
104
- </ footer >
106
+ </ footer >
You can’t perform that action at this time.
0 commit comments