You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by gc...@apache.org on 2022/09/14 19:45:48 UTC

[allura] 01/01: [#8464] add noindex, follow header for list tools

This is an automated email from the ASF dual-hosted git repository.

gcruz pushed a commit to branch gc/8464
in repository https://gitbox.apache.org/repos/asf/allura.git

commit cf6be89af3c641ae98b44e4aff941e614b3547d2
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Wed Sep 14 13:45:41 2022 -0600

    [#8464] add noindex, follow header for list tools
---
 Allura/allura/templates/tool_list.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Allura/allura/templates/tool_list.html b/Allura/allura/templates/tool_list.html
index e3f2f4486..499c532af 100644
--- a/Allura/allura/templates/tool_list.html
+++ b/Allura/allura/templates/tool_list.html
@@ -18,6 +18,9 @@
 -#}
 {% set hide_left_bar = True %}
 {% extends g.theme.master %}
+{% block head %}
+    <meta name="robots" content="noindex, follow">
+{% endblock %}
 
 {% block title %}{{c.project.name}} / {{type}} tools{% endblock %}