diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-09-08 00:19:52 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-09-08 00:19:52 +0200 |
| commit | 36c68e6b31bc4d8dc8739a2bf9d189564c4cf7aa (patch) | |
| tree | dff6f95a775e73351602a4bd3d12ed7163a59598 /data/templates/tool.htm | |
| parent | 107e3c1519834ed69936a533df4c4a0d59c8bd14 (diff) | |
| download | phorkie-36c68e6b31bc4d8dc8739a2bf9d189564c4cf7aa.tar.gz phorkie-36c68e6b31bc4d8dc8739a2bf9d189564c4cf7aa.zip | |
Fix bug #11: do not index edit, delete and tool pages
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"> |
