Changeset d805cdfbd31282eadff59525c0c032ad1b512b99

Show
Ignore:
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:
1 modified

Legend:

Unmodified
Added
Removed
  • ductus/templates/ductus_document.html

    re349899 rd805cdf  
    77{% if request.GET or not ductus.wiki_page %} 
    88    <meta name="robots" content="noindex,nofollow"/> 
     9{% else %} 
     10{% if not ductus.resource %} 
     11    <meta name="robots" content="noindex"/> 
     12{% endif %} 
    913{% endif %} 
    1014{% endblock %}