Make phorkie search engine friendlier
[phorkie.git] / data / templates / search.htm
index 39350c0577544230a6d4974e2c9b782ce0bc40cd..4f7d3e043fa48685a8b6702b7af0e44217e95c08 100644 (file)
@@ -1,6 +1,10 @@
 {% extends "base.htm" %}
 {% block title %}Search results{% endblock %}
 
+{% block meta %}
+<meta name="robots" content="noindex"/>
+{% endblock %}
+
 {% block content %}
 {% if sres.results == 0 %}
  <p>
    {% include 'repo-list.htm' %}
  {% endfor %}
  </ul>
- {{pager.getLinks.all|raw}}
+ {% include 'pager.htm' %}
 {% endif %}
 
 {% endblock %}
 
 {% block sidebar %}
- <h3>Search tips</h3>
+ <h4>Search tips</h4>
  <dl>
   <dt>Exclusion</dt>
    <dd><tt>+foo -bar</tt></dd>