From 9dcc4d4dd33c2bca91ead558ed12a1857dee695d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emir=20Ribi=C4=87?= Date: Wed, 11 Oct 2017 15:13:47 +0200 Subject: [PATCH] Update robots.md --- content/templates/robots.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/templates/robots.md b/content/templates/robots.md index a76129f47..5237fec0b 100644 --- a/content/templates/robots.md +++ b/content/templates/robots.md @@ -29,7 +29,7 @@ User-agent: * The [lookup order][lookup] for the `robots.txt` template is as follows: * `/layouts/robots.txt` -* `/themes//layout/robots.txt` +* `/themes//layouts/robots.txt` {{% note %}} If you do not want Hugo to create a default `robots.txt` or leverage the `robots.txt` template, you can hand code your own and place the file in `static`. Remember that everything in the [static directory](/getting-started/directory-structure/) is copied over as-is when Hugo builds your site. @@ -51,4 +51,4 @@ This template disallows all the pages of the site by creating one `Disallow` ent [config]: /getting-started/configuration/ [lookup]: /templates/lookup-order/ -[robots]: http://www.robotstxt.org/ \ No newline at end of file +[robots]: http://www.robotstxt.org/