Changeset d805cdfbd31282eadff59525c0c032ad1b512b99
- Timestamp:
- 06/21/10 22:30:16 (2 months ago)
- Author:
- Jim Garrison <jim@…>
- Children:
- 98d616e3c7f55116b999f97cd354c6ed7ab5888c
- Parents:
- 920b173860ab2c26c2e31df36a7ebd4d5cd13833
- git-committer:
- Jim Garrison <jim@jimgarrison.org> / 2010-06-21T19:30:16Z-0700
- Message:
-
robots: don't index resourceless document pages
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
re349899
|
rd805cdf
|
|
| 7 | 7 | {% if request.GET or not ductus.wiki_page %} |
| 8 | 8 | <meta name="robots" content="noindex,nofollow"/> |
| | 9 | {% else %} |
| | 10 | {% if not ductus.resource %} |
| | 11 | <meta name="robots" content="noindex"/> |
| | 12 | {% endif %} |
| 9 | 13 | {% endif %} |
| 10 | 14 | {% endblock %} |