0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-28 10:24:19 +01:00

docs: migrate to the built-in sitemap template (#39951)
Some checks failed
BrowserStack / browserstack (push) Has been cancelled
Bundlewatch / bundlewatch (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
cspell / cspell (push) Has been cancelled
CSS / css (push) Has been cancelled
Docs / docs (push) Has been cancelled
JS Tests / JS Tests (push) Has been cancelled
Lint / lint (push) Has been cancelled
CSS (node-sass) / css (push) Has been cancelled
Release notes / update_release_draft (push) Has been cancelled

This commit is contained in:
XhmikosR 2024-05-02 10:19:47 +03:00 committed by GitHub
parent 4565525e35
commit 72d3b6efc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 4 additions and 16 deletions

View File

@ -5,7 +5,7 @@ description: ""
url: /404.html
robots: noindex,follow
sitemap:
exclude: true
disable: true
---
<div class="text-center py-5">

View File

@ -1,6 +1,6 @@
---
layout: redirect
sitemap:
exclude: true
disable: true
redirect: "/docs/5.3/getting-started/introduction/"
---

View File

@ -6,7 +6,7 @@ aliases: "/docsref/"
toc: true
robots: noindex,follow
sitemap:
exclude: true
disable: true
---
## Buttons

View File

@ -1,6 +1,6 @@
---
layout: redirect
sitemap:
exclude: true
disable: true
redirect: "/docs/5.3/getting-started/introduction/"
---

View File

@ -1,12 +0,0 @@
{{ printf "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>" | safeHTML }}
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
{{- range where .Data.Pages "Params.sitemap.exclude" "ne" true -}}{{ if .Permalink }}
<url>
<loc>{{ .Permalink }}</loc>{{ if not .Lastmod.IsZero }}
<lastmod>{{ safeHTML (.Lastmod.Format "2006-01-02T15:04:05-07:00") }}</lastmod>{{ end }}{{ with .Sitemap.ChangeFreq }}
<changefreq>{{ . }}</changefreq>{{ end }}{{ if ge .Sitemap.Priority 0.0 }}
<priority>{{ .Sitemap.Priority }}</priority>{{ end }}{{ if .IsTranslated }}{{ range .Translations }}
<xhtml:link rel="alternate" hreflang="{{ .Language.LanguageCode }}" href="{{ .Permalink }}"/>{{ end }}
<xhtml:link rel="alternate" hreflang="{{ .Language.LanguageCode }}" href="{{ .Permalink }}"/>{{ end }}
</url>{{ end }}{{ end }}
</urlset>