Skip to content

Commit 4faf5cf

Browse files
lolimmlostclaude
andcommitted
feat: Add SVG favicon
Replace the empty data: URI in base.html with a real SVG favicon. Going with a broom emoji thematic to the project's purpose (cleaning download queues). It's a single self-contained .svg file in static/, no additional dependencies, and easy to swap later if a custom design is preferred. ManiMatter approved the addition in the PR thread; addresses Dark3clipse's review point on browser-tab branding. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 1cf48a1 commit 4faf5cf

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

src/web/static/favicon.svg

Lines changed: 3 additions & 0 deletions
Loading

src/web/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>{% block title %}Decluttarr{% endblock %}</title>
7-
<link rel="icon" href="data:,">
7+
<link rel="icon" type="image/svg+xml" href="{{ request.url_for('static', path='favicon.svg') }}">
88
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css"
99
integrity="sha384-L1dWfspMTHU/ApYnFiMz2QID/PlP1xCW9visvBdbEkOLkSSWsP6ZJWhPw6apiXxU" crossorigin="anonymous">
1010
<script>

0 commit comments

Comments
 (0)