diff options
author | Josep del Rio <peprio@gmail.com> | 2012-04-19 00:15:05 +0200 |
---|---|---|
committer | Josep del Rio <peprio@gmail.com> | 2012-04-19 00:15:05 +0200 |
commit | 79aa4eb4f76619f0e5eef9e799cbc7e5d38f4465 (patch) | |
tree | e4ef29621a32b9b635e7d4fa393d48e3477b3fe1 /.themes | |
parent | 9f40242b1e7eb0098f0ef3c508c7bed7e647b982 (diff) | |
download | my_new_personal_website-79aa4eb4f76619f0e5eef9e799cbc7e5d38f4465.tar.xz my_new_personal_website-79aa4eb4f76619f0e5eef9e799cbc7e5d38f4465.zip |
Added robots.txt, with sitemap link
Diffstat (limited to '.themes')
-rw-r--r-- | .themes/classic/source/robots.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.themes/classic/source/robots.txt b/.themes/classic/source/robots.txt new file mode 100644 index 00000000..b18d5dcb --- /dev/null +++ b/.themes/classic/source/robots.txt @@ -0,0 +1,7 @@ +--- +layout: nil +--- +User-agent: * +Disallow: + +Sitemap: {{ site.url }}/sitemap.xml
\ No newline at end of file |