diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-03-23 03:09:00 -0400 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-03-23 03:09:00 -0400 |
| commit | 660a4918b8fbd6f5131ba2b66c892698f7233956 (patch) | |
| tree | 6e502baec7d1f2dc455e79d0160a0b258dd4883f /templates/results.html | |
| parent | 51e7fcaad277207e6327f9d95c2aa074e714c66d (diff) | |
| download | omnisearch-660a4918b8fbd6f5131ba2b66c892698f7233956.tar.gz | |
style: changed how favicons appear on the result page
Diffstat (limited to 'templates/results.html')
| -rw-r--r-- | templates/results.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/results.html b/templates/results.html index c3ecdc2..d8e2601 100644 --- a/templates/results.html +++ b/templates/results.html @@ -57,7 +57,7 @@ <div class="result"> <div class="result-header"> <div class="result-favicon" - style="background-image: url('https://{{result[4]}}/favicon.ico');"> + style="background-image: url('https://{{result[4]}}/favicon.ico'), url('https://{{result[4]}}/favicon.png');"> </div> <span class="url"> {{result[1]}} |
