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:
Sanjay T. Sharma 2017-09-17 12:42:08 +01:00 committed by olOwOlo
parent fba1d6b9c5
commit 176751a5d8

View file

@ -1,2 +1,2 @@
User-agent: *
Sitemap: {{ .Site.BaseURL }}sitemap.xml
Sitemap: {{ "sitemap.xml" | absURL }}