From ffaff8179261b60041c7e83c867d1b1d4f0290b1 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sat, 17 Feb 2024 23:34:49 +0300 Subject: [PATCH] fix robots.txt --- .gitignore | 1 + layouts/robots.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a1b2602..d40a4d4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ public/ +.hugo_build.lock diff --git a/layouts/robots.txt b/layouts/robots.txt index 4caac0c..a16ae9a 100644 --- a/layouts/robots.txt +++ b/layouts/robots.txt @@ -1,2 +1,2 @@ User-agent: * -Sitemap: {{ .Site.SitemapAbsURL }} +Sitemap: {{ "sitemap.xml" | absLangURL }}