Add compass logo with favicon set and quote claim titles in the UI.

Introduces SVG and PNG icon assets with manifest links, and wraps public claim titles in German quotation marks.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Pirmin Hinderling (fedora)
2026-07-07 20:22:28 +02:00
parent 39b90cfb95
commit 6e14f2b266
16 changed files with 75 additions and 6 deletions
+3
View File
@@ -10,6 +10,9 @@
{% block extrahead %}
{{ block.super }}
<link rel="icon" href="{% static 'img/favicon.ico' %}" sizes="any">
<link rel="icon" href="{% static 'img/favicon.svg' %}" type="image/svg+xml">
<link rel="apple-touch-icon" href="{% static 'img/apple-touch-icon.png' %}">
<script src="{% static 'js/admin_custom.js' %}" defer></script>
{% endblock %}