Merge pull request #51765 from lmktfy/20250803_fix_top_nav_404
Fix top nav for Not Found errorspull/51809/head
commit
2021caa22f
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue