diff options
| author | Andrew Guschin <guschin.drew@gmail.com> | 2022-04-03 12:01:38 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin.drew@gmail.com> | 2022-04-03 12:01:38 +0400 |
| commit | a3e3a41f47a80ed53cddf36a0f2a59a399b9176f (patch) | |
| tree | 5156fb69e65d4b704cb3d5e9b6fdca834a95b0b4 /layouts/robots.txt | |
Initial commit
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 }} |