fix robots template
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M domain/web/templates/robots.tmpl → domain/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 }}