diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2016-02-10 15:14:34 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2016-02-10 15:14:34 +0100 |
| commit | ba93b6ec0f176261ba0481f95c03f359068fa08e (patch) | |
| tree | e4c542aa1b3f1348aa76682600aa83f630bee579 /data/templates/search | |
| parent | cd02bac646f42a0cb402ff2dc8240aa01f1f0fb8 (diff) | |
| download | phinde-ba93b6ec0f176261ba0481f95c03f359068fa08e.tar.gz phinde-ba93b6ec0f176261ba0481f95c03f359068fa08e.zip | |
some styling, noindex for search result pages
Diffstat (limited to 'data/templates/search')
| -rw-r--r-- | data/templates/search/list.htm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/templates/search/list.htm b/data/templates/search/list.htm index 069dcf3..c034dc2 100644 --- a/data/templates/search/list.htm +++ b/data/templates/search/list.htm @@ -1,5 +1,5 @@ {% if hitcount == 0 %} - <p> + <div style="text-align: center; margin-top: 5ex; margin-bottom: 5ex"> No results for "<strong><tt>{{cleanQuery}}</tt></strong>" {% if site %} @@ -7,7 +7,7 @@    |    <a href="{{urlNoSite}}">Show all results</a> {% endif %} - </p> + </div> {% else %} <p class="resultinfo"> {{hitcount}} |
