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