website/layouts/partials/docs/content-page.html

12 lines
372 B
HTML
Raw Normal View History

2018-11-24 16:03:52 +00:00
{{- $filepath := .page.File.Path }}
{{- $editLink := printf "https://github.com/kubernetes/website/edit/master/content/%s/%s" .page.Language.Lang $filepath }}
2018-11-24 16:03:52 +00:00
<p>
<a href="{{ $editLink }}" id="editPageButton" target="_blank" data-proofer-ignore>
2018-11-24 16:03:52 +00:00
Edit This Page
</a>
</p>
{{ if not .page.Params.notitle }}
<h1>{{ .page.Title }}</h1>
{{ end }}
2020-06-01 13:40:41 +00:00
{{ .page.Content }}