diff options
Diffstat (limited to 'docs/content/en/templates/robots.md')
-rw-r--r-- | docs/content/en/templates/robots.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/content/en/templates/robots.md b/docs/content/en/templates/robots.md index 0efd85ba2..63edb1ca8 100644 --- a/docs/content/en/templates/robots.md +++ b/docs/content/en/templates/robots.md @@ -18,7 +18,9 @@ To generate a robots.txt file from a template, change the [site configuration]: enableRobotsTXT = true {{< /code-toggle >}} -By default, Hugo generates robots.txt using an [internal template][internal]. +By default, Hugo generates robots.txt using an [embedded template]. + +[embedded template]: {{% eturl robots %}} ```text User-agent: * @@ -56,4 +58,3 @@ Remember that Hugo copies everything in the [static directory][static] to the ro {{% /note %}} [site configuration]: /getting-started/configuration/ -[internal]: https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/embedded/templates/_default/robots.txt |