diff --git a/content/404.md b/content/404.md index 3b2ac23..6e3a926 100644 --- a/content/404.md +++ b/content/404.md @@ -4,7 +4,8 @@ layout: "404" description: "Page could not be found" url: /404/ private: true -sitemap_exclude: true +sitemap: + disable: true section: 404 hideDocsToggle: true --- diff --git a/content/cookies.md b/content/cookies.md index 4f3a9fb..6c3c663 100644 --- a/content/cookies.md +++ b/content/cookies.md @@ -5,15 +5,13 @@ description: "" url: "/cookies/" private: true hideToc: true -sitemap_exclude: true +sitemap: + disable: true hideDocsToggle: true hidden: true --- -

- "Cookies" are pieces of information that a web site transfers to an - individual's hard drive for record-keeping purposes. -

+"Cookies" are pieces of information that a web site transfers to an individual's hard drive for record-keeping purposes. diff --git a/layouts/sitemap.xml b/layouts/sitemap.xml deleted file mode 100644 index 48a5175..0000000 --- a/layouts/sitemap.xml +++ /dev/null @@ -1,7 +0,0 @@ -{{ printf "" | safeHTML }} - - {{- range .Data.Pages -}}{{ if ne .Params.sitemap_exclude true }} - {{- .Permalink -}}{{ if not .Lastmod.IsZero }} - {{ safeHTML (.Lastmod.Format "2006-01-02T15:04:05-07:00") }}{{- end -}} - {{- end -}}{{- end -}} -