Update header layout: add Small Web logo and remove doggo mascot

- Added Small Web logo (sw.png) to header linking to /smallweb
- Positioned logo after Use Kagi gif for better visual hierarchy
- Removed doggo mascot from bottom right of header
- Updated feedparser to 6.0.11 for Python 3.14 compatibility
This commit is contained in:
Vladimir Prelovac
2025-11-21 07:03:58 -08:00
parent 08a0198c6f
commit 696ea05269
3 changed files with 2 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ blinker==1.6.2
certifi==2024.7.4
charset-normalizer==3.2.0
click==8.1.7
feedparser==6.0.10
feedparser==6.0.11
Flask==2.3.3
gunicorn==23.0.0
idna==3.7

BIN
app/static/sw.png Normal file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 554 B

View File

@@ -190,6 +190,7 @@
</svg>
</button>
<a href="https://kagi.com" title="Visit Kagi"><img src="{{ url_for('static', filename='UseKagiV4C.gif') }}" alt="Use Kagi" class="kagi-gif"></a>
<a href="https://kagi.com/smallweb" title="Kagi Small Web"><img src="{{ url_for('static', filename='sw.png') }}" alt="Small Web" class="kagi-gif"></a>
<a href="https://github.com/kagisearch/smallweb" title="Visit GitHub repository">Contribute</a>
<div class="popup-container">
<label for="rss-popup" class="popup-link" title="Subscribe to RSS">RSS</label>
@@ -237,10 +238,6 @@ href="https://github.com/kagisearch/smallweb">open-source</a>.</p>
</div>
</div>
<a href="https://kagi.com"><img id="logo" src="{{ url_for('static', filename='doggo_px.png') }}" alt="Kagi Doggo
mascot"/></a>
</div>
{% if no_results %}