2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-23 20:40:36 +03:00

Use absURL so that we get consistent URLs. (#29226)

This commit is contained in:
XhmikosR
2019-08-08 18:30:43 +03:00
committed by GitHub
parent 3d8c5b9640
commit 34afe84424
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -9,4 +9,4 @@
{{- end }}
User-agent: *
Disallow:{{ if not $allowCrawling }} /{{ end }}
Sitemap: {{ .Site.BaseURL }}/sitemap.xml
Sitemap: {{ "/sitemap.xml" | absURL }}