Add a link checker

Signed-off-by: Celeste Horgan <celeste@cncf.io>
This commit is contained in:
Tim Bannister
2020-05-25 18:14:44 +01:00
committed by Celeste Horgan
parent 7a3d98a4be
commit 2eb6ab1ad3
14 changed files with 131 additions and 27 deletions
+2 -2
View File
@@ -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 }}