diff --git a/templates/search/search.html.twig b/templates/search/search.html.twig index b5f2153..2e6662e 100644 --- a/templates/search/search.html.twig +++ b/templates/search/search.html.twig @@ -68,38 +68,48 @@ var searchCount = {{ results.totalResults }}; {% if results.totalResults > 0 %} -

Showing hits {{ results.startingAtItem }} to {{ results.endingAtItem }} of {{ results.totalResults }}

-
-
- -
-
- {% else %}

No search results found for: {{ q }}

{% endif %}