Update 404.html
Remove text data-proofer-ignore
This commit is contained in:
committed by
GitHub
parent
cd897207ec
commit
02dccc54d4
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user