Skip to content

Commit 799447f

Browse files
authored
Merge pull request #1 from suryast/issue-23881-404-remove-data-proofer-ignore
Update 404.html
2 parents cd89720 + 02dccc5 commit 799447f

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)