Favicon: såpestykke på en trekasse (SVG)

Lenkes relativt fra temaet (theme/favicon.svg) og fra admin-basen, så
nettleseren slipper å gjette på /favicon.ico.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JcEy43fNYpwg6K6oTKakWR
This commit is contained in:
Ole-Morten Duesund 2026-08-26 13:34:18 +02:00
commit 8d40a39187
5 changed files with 35 additions and 0 deletions

View file

@ -60,6 +60,7 @@ def test_full_flow_owner(client, cfg):
html = client.get("/groent-er-skjoent/").text
assert "<strong>verden</strong>" in html
assert 'href="../theme/style.css"' in html
assert 'href="../theme/favicon.svg"' in html
assert 'href="../"' in html # intern lenke omskrevet til relativ
assert client.get("/groent-er-skjoent/mitt-bilde.png").status_code == 200
front = client.get("/").text