Don't index the discovery pane pages. Those are only for in-product

This commit is contained in:
Wil Clouser 2011-05-05 21:51:19 -07:00
Родитель ab673c1220
Коммит 0b07ac9c1e
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -2,9 +2,7 @@
<html lang="{{ LANG }}" dir="{{ DIR }}">
<head>
<meta charset="utf-8">
{% if not settings.ENGAGE_ROBOTS %}
<meta name="robots" content="noindex">
{% endif %}
<meta name="robots" content="noindex">
<meta name="viewport" content="width=700">
<title>{% block title %}{{ _('Discover Add-ons') }}{% endblock %}</title>
{{ css('zamboni/discovery-pane') }}