diff options
Diffstat (limited to 'cebong/templates/category.html')
-rw-r--r-- | cebong/templates/category.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cebong/templates/category.html b/cebong/templates/category.html index 56f8e93..bbbba4d 100644 --- a/cebong/templates/category.html +++ b/cebong/templates/category.html @@ -1,2 +1,3 @@ {% extends "index.html" %} +{% block robots %}noindex,follow{% endblock %} {% block title %}{{ SITENAME }} - {{ category }}{% endblock %} |