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 cd89720 commit 02dccc5Copy full SHA for 02dccc5
layouts/404.html
@@ -7,7 +7,7 @@
7
<ul id="error-sections">
8
{{ $sections := slice "docs" "blog" "training" "partners" "community" "case-studies" }}
9
{{ range $sections }}
10
- {{ 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 }}
11
{{ end }}
12
</ul>
13
</section>
0 commit comments