We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e1a118 commit c07ffdfCopy full SHA for c07ffdf
layouts/404.html
@@ -6,7 +6,7 @@
6
{{ T "error_404_were_you_looking_for" }}
7
</p>
8
<ul id="error-sections">
9
- {{ $sections := slice "docs" "blog" "training" "partners" "community" "case-studies" }}
+ {{ $sections := slice "docs" "blog" "training" "careers" "partners" "community" }}
10
{{ range $sections }}
11
{{ with site.GetPage "section" . }}<li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>{{ end }}
12
{{ end }}
0 commit comments