Skip to content

Commit 02dccc5

Browse files
authored
Update 404.html
Remove text data-proofer-ignore
1 parent cd89720 commit 02dccc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ul id="error-sections">
88
{{ $sections := slice "docs" "blog" "training" "partners" "community" "case-studies" }}
99
{{ range $sections }}
10-
{{ with site.GetPage "section" . }}<li><a href="{{ .RelPermalink }}" data-proofer-ignore>{{ .Title }}</a></li>{{ end }}
10+
{{ with site.GetPage "section" . }}<li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>{{ end }}
1111
{{ end }}
1212
</ul>
1313
</section>

0 commit comments

Comments
 (0)