Merge pull request #24032 from suryast/master

Update 404.html page
This commit is contained in:
Kubernetes Prow Robot
2020-09-21 16:10:50 -07:00
committed by GitHub
+1 -1
View File
@@ -7,7 +7,7 @@
<ul id="error-sections">
{{ $sections := slice "docs" "blog" "training" "partners" "community" "case-studies" }}
{{ range $sections }}
{{ with site.GetPage "section" . }}<li><a href="{{ .RelPermalink }}" data-proofer-ignore>{{ .Title }}</a></li>{{ end }}
{{ with site.GetPage "section" . }}<li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>{{ end }}
{{ end }}
</ul>
</section>