Update Git info CSS (#10496)

This commit is contained in:
Luc Perkins
2018-11-24 08:03:52 -08:00
committed by k8s-ci-robot
parent 207aa49500
commit 4a6a022e61
12 changed files with 112 additions and 5264 deletions
@@ -1,4 +1,10 @@
<p><a href="https://github.com/kubernetes/website/edit/master/content/{{ .page.Lang }}/{{ .page.File.Path }}" id="editPageButton" target="_blank">Edit This Page</a></p>
{{- $filepath := .page.File.Path }}
{{- $editLink := printf "https://github.com/kubernetes/website/edit/master/content/en/%s" $filepath }}
<p>
<a href="{{ $editLink }}" id="editPageButton" target="_blank">
Edit This Page
</a>
</p>
{{ if not .page.Params.notitle }}
<h1>{{ .page.Title }}</h1>
{{ end }}
@@ -9,4 +15,4 @@
{{ .page.TableOfContents }}
{{ end }}
{{ .page.Content }}
{{ end }}
{{ end }}