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.
2 parents cd89720 + 799447f commit 3d4f928Copy full SHA for 3d4f928
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