diff options
Diffstat (limited to 'data/templates/tool.htm')
| -rw-r--r-- | data/templates/tool.htm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/templates/tool.htm b/data/templates/tool.htm index 74533c7..e62448b 100644 --- a/data/templates/tool.htm +++ b/data/templates/tool.htm @@ -3,6 +3,10 @@ Tool results: {{repo.getTitle}} {% endblock %} +{% block meta %} +<meta name="robots" content="noindex"/> +{% endblock %} + {% block content %} <h1>Tool results: {{repo.getTitle}}</h1> <div class="row-fluid repo-info"> |
