aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorstab <stab@stab.ing>2026-03-22 22:24:18 -0500
committerfrosty <gabriel@bwaaa.monster>2026-03-23 02:11:26 -0400
commit51e7fcaad277207e6327f9d95c2aa074e714c66d (patch)
tree5c3faf68fcea401a12966cdc2ea8ec3458567aaf /templates
parentbcee71cbbb0282d84841ba9b8908773ab56decf2 (diff)
downloadomnisearch-51e7fcaad277207e6327f9d95c2aa074e714c66d.tar.gz
Added favicon to search results
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>