diff options
| author | foswret <foswret@posteo.com> | 2026-03-21 21:38:23 -0500 |
|---|---|---|
| committer | foswret <foswret@posteo.com> | 2026-03-21 21:38:23 -0500 |
| commit | d300415652d513a54c214c894e996036d2c999ce (patch) | |
| tree | f66832112462c1c9f0544ce351fe901a9e3d3740 /templates/robots.txt | |
first commit
Diffstat (limited to 'templates/robots.txt')
| -rw-r--r-- | templates/robots.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/robots.txt b/templates/robots.txt new file mode 100644 index 0000000..b6ac790 --- /dev/null +++ b/templates/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Disallow: +Allow: / +Sitemap: {{ get_url(path="sitemap.xml") }} |
