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:
parent
fa8b980edd
commit
8d40a39187
5 changed files with 35 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{% block title %}Admin{% endblock %} – {{ site.title }}</title>
|
||||
<link rel="stylesheet" href="{{ url_for('admin.static', filename='admin.css') }}">
|
||||
<link rel="icon" type="image/svg+xml" href="{{ url_for('admin.static', filename='favicon.svg') }}">
|
||||
</head>
|
||||
<body>
|
||||
<a class="skip" href="#main">Hopp til innhold</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue