diff options
Diffstat (limited to 'layouts/robots.txt')
| -rw-r--r-- | layouts/robots.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/robots.txt b/layouts/robots.txt new file mode 100644 index 0000000..634c39a --- /dev/null +++ b/layouts/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +{{ range .Pages }} +Disallow: {{ .RelPermalink }} +{{ end }} |