Change Documentation and Home links in nav (#9914)
This commit is contained in:
committed by
k8s-ci-robot
parent
5db4b83a66
commit
84abf8eacf
@@ -5,7 +5,7 @@
|
||||
|
||||
<div class="nav-buttons" data-auto-burger="primary">
|
||||
<ul class="global-nav">
|
||||
{{ $sections := slice "docs/home" "blog" "partners" "community" "case-studies" }}
|
||||
{{ $sections := slice "docs" "blog" "partners" "community" "case-studies" }}
|
||||
{{ range $sections }}
|
||||
{{ with $.Site.GetPage "section" . }}<li><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></li>{{ end }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user