Update Git info CSS (#10496)
This commit is contained in:
committed by
k8s-ci-robot
parent
207aa49500
commit
4a6a022e61
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user