Update 404.html

Remove text data-proofer-ignore
This commit is contained in:
Surya Setiyaputra
2020-09-22 00:48:15 +10:00
committed by GitHub
parent cd897207ec
commit 02dccc54d4
+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>