mirror of
https://git.adityakumar.xyz/hugo-theme-even.git
synced 2024-11-08 14:39:44 +00:00
fix: use absURL
to be agnostic of baseURL
used in config.toml (#7)
Make robots.txt agnostic of trailing slash in baseURL Closes #6
This commit is contained in:
parent
fba1d6b9c5
commit
176751a5d8
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
User-agent: *
|
||||
Sitemap: {{ .Site.BaseURL }}sitemap.xml
|
||||
Sitemap: {{ "sitemap.xml" | absURL }}
|
||||
|
|
Loading…
Reference in a new issue