Merge pull request #51765 from lmktfy/20250803_fix_top_nav_404

Fix top nav for Not Found errors
pull/51809/head
Kubernetes Prow Robot 2025-08-05 17:13:25 -07:00 committed by GitHub
commit 2021caa22f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
{{ T "error_404_were_you_looking_for" }}
</p>
<ul id="error-sections">
{{ $sections := slice "docs" "blog" "training" "partners" "community" "case-studies" }}
{{ $sections := slice "docs" "blog" "training" "careers" "partners" "community" }}
{{ range $sections }}
{{ with site.GetPage "section" . }}<li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>{{ end }}
{{ end }}