Use commit timestamps for ElasticSearch and sort on last commit time.
[phorkie.git] / data / templates / search.htm
index 39350c0577544230a6d4974e2c9b782ce0bc40cd..7a19a4e0319916b860d43314ea4e49b602f93847 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>
@@ -15,7 +19,7 @@
    {% include 'repo-list.htm' %}
  {% endfor %}
  </ul>
- {{pager.getLinks.all|raw}}
+ {% include 'pager.htm' %}
 {% endif %}
 
 {% endblock %}