use docsy page edit/issue setup
setting feedback buttons, primary color setting update i18n with issue string remove local edit page string
This commit is contained in:
@@ -1,12 +1,3 @@
|
||||
{{ if not (.Site.Param "deprecated") }}
|
||||
{{- $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" data-proofer-ignore>
|
||||
Edit This Page
|
||||
</a>
|
||||
</p>
|
||||
{{- end -}}
|
||||
{{ if not .page.Params.notitle }}
|
||||
<h1>{{ .page.Title }}</h1>
|
||||
{{ $desc := .page.Description }}
|
||||
|
||||
Reference in New Issue
Block a user