From e10cd65cab6cfcd60f09885aa00f9bb876ca4d1e Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 29 May 2022 11:16:13 +0200 Subject: Fix url to sitemap in robots.txt file --- layouts/robots.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/robots.txt') diff --git a/layouts/robots.txt b/layouts/robots.txt index eb66085..75dae91 100644 --- a/layouts/robots.txt +++ b/layouts/robots.txt @@ -6,7 +6,7 @@ Allow: / Disallow: /404.html Disallow: /thanks -Sitemap: {{ "/stemap.xml" | absURL }} +Sitemap: {{ "/sitemap.xml" | absURL }} {{- else }} Disallow: / {{- end }} -- cgit v1.2.3