File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,19 @@ <h3>Seeing results {{ start }} - {{ end }} out of {{ hits }}</h3>
27
27
{% include "includes/searchbar.html" with form=search_form only %}
28
28
</ div >
29
29
30
+ {% if hits == 0 %}
31
+ < div class ="uk-text-center ">
32
+ < h3 > No results were found matching the query</ h3 >
33
+ </ div >
34
+ {% endif %}
35
+
36
+ {% if suggested_query %}
37
+ < p class ="uk-text-lead ">
38
+ Did you mean to search for
39
+ < a href ="?query={{ suggested_query }}&rows={{ rows }} " class ="uk-text-italic "> {{ suggested_query }}</ a > ?
40
+ </ p >
41
+ {% endif %}
42
+
30
43
{% for entry in entries %}
31
44
{% include "includes/entry_snippet.html" with entry=entry only %}
32
45
{% endfor %}
@@ -40,19 +53,6 @@ <h3>Seeing results {{ start }} - {{ end }} out of {{ hits }}</h3>
40
53
search results.
41
54
{% endcomment %}
42
55
43
- {% if hits == 0 %}
44
- < div class ="uk-text-center ">
45
- < h3 > No results were found matching the query</ h3 >
46
- </ div >
47
- {% endif %}
48
-
49
- {% if suggested_query %}
50
- < p class ="uk-text-lead ">
51
- Did you mean to search for
52
- < a href ="?query={{ suggested_query }}&rows={{ rows }} " class ="uk-text-italic "> {{ suggested_query }}</ a > ?
53
- </ p >
54
- {% endif %}
55
-
56
56
{% if hits > 0 %}
57
57
< div >
58
58
< div class ="uk-grid uk-text-center uk-width-1-1 paginator ">
You can’t perform that action at this time.
0 commit comments