Index profile pages>

master
Nick Sergeant 2012-05-21 13:48:43 -04:00
parent 8c361a6df5
commit 6a0f0550b2
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,9 @@
{% load pagination_tags %}
{% block meta %}
<meta name="robots" content="noindex, follow" />
{% if 'page' in request.get_full_path %}
<meta name="robots" content="noindex, follow" />
{% endif %}
{% endblock %}
{% block body-class %}{{ block.super }}{% if user.username == 'blog' %} blog{% endif %}{% endblock %}