0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 00:20:26 +03:00
Files
popov.link/_pages/robots.txt
Valentin Popov 8050ce1f55 robots.txt
2018-04-12 00:15:20 +00:00

10 lines
227 B
Plaintext

---
permalink: "robots.txt"
layout: null
---
User-agent: *
Allow: {{ site.baseurl | relative_url | uri_escape }}
Disallow: {{ "/404.html" | relative_url | uri_escape }}
Sitemap: {{ "sitemap.xml" | absolute_url | uri_escape }}