diff --git a/build/.pa11yci.json b/build/.pa11yci.json
index ae591a8af3..459699f27f 100644
--- a/build/.pa11yci.json
+++ b/build/.pa11yci.json
@@ -1,5 +1,4 @@
{
- "standard": "WCAG2AA",
"level": "error",
"defaults": {
"reporters": [
@@ -10,7 +9,6 @@
"axe"
],
"useIncognitoBrowserContext": false,
- "screenCapture": "./my-screen-capture.png",
"hideElements": ".bd-search, [id*='tarteaucitron'], #TableOfContents, .text-primary, .navbar-light .navbar-brand, .accordion-button:not(.collapsed), .active, [aria-current], select:disabled, [disabled] label, [disabled] + label, .modal, .bd-example nav, .badge.rounded-pill.bg-info.text-white, .exclude-from-pa11y-analysis, a.disabled, .form-check.form-switch",
"ignore": [
"heading-order",
diff --git a/site/layouts/sitemap.xml b/site/layouts/sitemap.xml
index ee5fb2b9cc..62d2069d7a 100644
--- a/site/layouts/sitemap.xml
+++ b/site/layouts/sitemap.xml
@@ -1,5 +1,12 @@
+{{ printf "" | safeHTML }}
+ {{- range .Data.Pages -}}{{ if and .Permalink (ne .Params.sitemap_exclude true) }}
- http://localhost:9001/docs/5.1/getting-started/accessibility
-
-
+ {{ .Permalink }}{{ if not .Lastmod.IsZero }}
+ {{ safeHTML (.Lastmod.Format "2006-01-02T15:04:05-07:00") }}{{ end }}{{ with .Sitemap.ChangeFreq }}
+ {{ . }}{{ end }}{{ if ge .Sitemap.Priority 0.0 }}
+ {{ .Sitemap.Priority }}{{ end }}{{ if .IsTranslated }}{{ range .Translations }}
+ {{ end }}
+ {{ end }}
+ {{ end }}{{ end }}
+
\ No newline at end of file