all repos — homestead @ 2b724cb77192ad691b7230ad1334758ec104aceb

Code for my website

fix robots template

Alan Pearce
commit

2b724cb77192ad691b7230ad1334758ec104aceb

parent

75b25fe3db2fd9880379a851f0545beeb0109976

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M domain/web/templates/robots.tmpldomain/web/templates/robots.tmpl
@@ -2,5 +2,5 @@ User-agent: *
Disallow: {{- with .BaseURL }} Host: {{ .Hostname }} -Sitemap: {{ .JoinPath "/sitemap.xml" }} +Sitemap: {{ .URL.JoinPath "/sitemap.xml" }} {{- end }}