committed by
Celeste Horgan
parent
7a3d98a4be
commit
2eb6ab1ad3
@@ -1,7 +1,7 @@
|
||||
{{- $filepath := .page.File.Path }}
|
||||
{{- $editLink := printf "https://github.com/kubernetes/website/edit/master/content/%s/%s" .page.Language.Lang $filepath }}
|
||||
<p>
|
||||
<a href="{{ $editLink }}" id="editPageButton" target="_blank">
|
||||
<a href="{{ $editLink }}" id="editPageButton" target="_blank" data-proofer-ignore>
|
||||
Edit This Page
|
||||
</a>
|
||||
</p>
|
||||
@@ -15,4 +15,4 @@
|
||||
{{ .page.TableOfContents }}
|
||||
{{ end }}
|
||||
{{ .page.Content }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user