From d3e09e8866254d5b9790845576fe2bb7a7022df4 Mon Sep 17 00:00:00 2001 From: Matt Dodson <47385188+MattDodsonEnglish@users.noreply.github.com> Date: Mon, 10 Mar 2025 17:47:19 -0300 Subject: [PATCH] content: Fix typo --- content/en/templates/robots.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/templates/robots.md b/content/en/templates/robots.md index 21e467ab8..2d412d775 100644 --- a/content/en/templates/robots.md +++ b/content/en/templates/robots.md @@ -31,7 +31,7 @@ You may overwrite the internal template with a custom template. Hugo selects the ## robots.txt template example -```text {file="cayouts/robots.txt"} +```text {file="layouts/robots.txt"} User-agent: * {{ range .Pages }} Disallow: {{ .RelPermalink }}