mirror of
https://github.com/kagisearch/smallweb.git
synced 2025-12-22 10:57:09 +00:00
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:
@@ -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
BIN
app/static/sw.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 554 B |
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user