diff options
author | Valentin Popov <valentin@popov.link> | 2024-02-14 02:38:59 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-02-14 02:38:59 +0300 |
commit | e68f7cf6c7fadb1bceea955a4caf40954d9b024e (patch) | |
tree | 5fe6a1ac66ed98571674ab6686e1742a46812eb8 /_pages/robots.txt | |
parent | edaeaf08b8750e8278b18484ff8e0aa180fe3fab (diff) | |
download | popov.link-e68f7cf6c7fadb1bceea955a4caf40954d9b024e.tar.xz popov.link-e68f7cf6c7fadb1bceea955a4caf40954d9b024e.zip |
Moved actual template site
Diffstat (limited to '_pages/robots.txt')
-rw-r--r-- | _pages/robots.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_pages/robots.txt b/_pages/robots.txt index 0e79b92..a16a265 100644 --- a/_pages/robots.txt +++ b/_pages/robots.txt @@ -1,9 +1,9 @@ --- -permalink: "robots.txt" layout: null +permalink: /robots.txt --- User-agent: * -Allow: {{ site.baseurl | relative_url | uri_escape }} Disallow: {{ "/404.html" | relative_url | uri_escape }} +Allow: / Sitemap: {{ "sitemap.xml" | absolute_url | uri_escape }} |