diff options
author | Weitian LI <liweitianux@gmail.com> | 2014-05-18 15:36:09 +0800 |
---|---|---|
committer | Weitian LI <liweitianux@gmail.com> | 2014-05-18 15:36:09 +0800 |
commit | ce61677ea556749f810954ccd6704eaff70c75e7 (patch) | |
tree | e6aa5ee0244b5fe8a0cbc55ca97f8e7dc03d75b6 /static | |
parent | e4bfdf788035ab68e024df5522a308acfde8d386 (diff) | |
download | django-skaschool-ce61677ea556749f810954ccd6704eaff70c75e7.tar.bz2 |
* updated 'robots.txt'
* updated template 'base.html' to include 'metainfo.html' and 'sitetitle.txt'
* updated navbar.html main button text
Diffstat (limited to 'static')
-rw-r--r-- | static/robots.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/robots.txt b/static/robots.txt index f25ee0a..a0a6fc6 100644 --- a/static/robots.txt +++ b/static/robots.txt @@ -1,2 +1,6 @@ user-agent: AhrefsBot disallow: / + +user-agent: * +disallow: /media/account/ + |