mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
content: Fix typo
This commit is contained in:
@@ -31,7 +31,7 @@ You may overwrite the internal template with a custom template. Hugo selects the
|
|||||||
|
|
||||||
## robots.txt template example
|
## robots.txt template example
|
||||||
|
|
||||||
```text {file="cayouts/robots.txt"}
|
```text {file="layouts/robots.txt"}
|
||||||
User-agent: *
|
User-agent: *
|
||||||
{{ range .Pages }}
|
{{ range .Pages }}
|
||||||
Disallow: {{ .RelPermalink }}
|
Disallow: {{ .RelPermalink }}
|
||||||
|
|||||||
Reference in New Issue
Block a user