diff --git a/content/master/getting-started/install-crossplane-include.md b/content/master/getting-started/install-crossplane-include.md index aa315962..0d88a6cb 100644 --- a/content/master/getting-started/install-crossplane-include.md +++ b/content/master/getting-started/install-crossplane-include.md @@ -1,5 +1,6 @@ --- tocHidden: true +searchExclude: true --- ## Install Crossplane diff --git a/content/v1.13/getting-started/install-crossplane-include.md b/content/v1.13/getting-started/install-crossplane-include.md index aa315962..0d88a6cb 100644 --- a/content/v1.13/getting-started/install-crossplane-include.md +++ b/content/v1.13/getting-started/install-crossplane-include.md @@ -1,5 +1,6 @@ --- tocHidden: true +searchExclude: true --- ## Install Crossplane diff --git a/themes/geekboot/layouts/_default/sitemap.xml b/themes/geekboot/layouts/_default/sitemap.xml index 3ead1946..c1dccc00 100644 --- a/themes/geekboot/layouts/_default/sitemap.xml +++ b/themes/geekboot/layouts/_default/sitemap.xml @@ -1,7 +1,7 @@ {{ printf "" | safeHTML }} - {{ range where .Site.Pages "Section" "latest" }} + {{ range where (where .Site.Pages "Section" "latest") ".Params.searchExclude" "ne" "true" }} {{ .Permalink }}{{ if not .Lastmod.IsZero }} {{ safeHTML ( .Lastmod.Format "2006-01-02T15:04:05-07:00" ) }}{{ end }}