aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/results.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/templates/results.html b/templates/results.html
index 042fbb7..c3ecdc2 100644
--- a/templates/results.html
+++ b/templates/results.html
@@ -55,9 +55,14 @@
{{for result in results}}
<div class="result">
- <span class="url">
- {{result[1]}}
- </span>
+ <div class="result-header">
+ <div class="result-favicon"
+ style="background-image: url('https://{{result[4]}}/favicon.ico');">
+ </div>
+ <span class="url">
+ {{result[1]}}
+ </span>
+ </div>
<a href="{{result[0]}}">
{{result[2]}}
</a>