diff options
| author | stab <stab@stab.ing> | 2026-03-22 22:24:18 -0500 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-03-23 02:11:26 -0400 |
| commit | 51e7fcaad277207e6327f9d95c2aa074e714c66d (patch) | |
| tree | 5c3faf68fcea401a12966cdc2ea8ec3458567aaf /templates/results.html | |
| parent | bcee71cbbb0282d84841ba9b8908773ab56decf2 (diff) | |
| download | omnisearch-51e7fcaad277207e6327f9d95c2aa074e714c66d.tar.gz | |
Added favicon to search results
Diffstat (limited to 'templates/results.html')
| -rw-r--r-- | templates/results.html | 11 |
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> |
