You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

robots.md 286B

1234567891011121314
  1. +++
  2. title = "Robots.txt"
  3. weight = 70
  4. +++
  5. Gutenberg will look for a `robots.txt` file in the `templates` directory or
  6. use the built-in one.
  7. Robots.txt is the simplest of all templates: it doesn't take any variables
  8. and the default is what most site want.
  9. ```jinja2
  10. User-agent: *
  11. ```