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
+2 -2
View File
@@ -1,10 +1,10 @@
{{ define "content" }}
{{ with .Content }}
{{ partial "docs/content_page" (dict "ctx" $ "page" $ ) }}
{{ partial "docs/content-page" (dict "ctx" $ "page" $ ) }}
{{ else }}
{{ if ge (len .Pages) 1 }}
{{ $page := index .Pages 0 }}
{{ partial "docs/content_page" (dict "ctx" $ "page" $page) }}
{{ partial "docs/content-page" (dict "ctx" $ "page" $page) }}
{{ end }}
{{ end }}
{{ end }}