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
+2 -2
View File
@@ -14,7 +14,7 @@
</nav>
<article>
<h1 class="fk-claim-title">{{ claim.title }}</h1>
<h1 class="fk-claim-title">{{ claim.title|quoted }}</h1>
<div class="fk-meta-stack mb-3">
{% status_badge claim %}
@@ -132,7 +132,7 @@
<div class="claim-card">
<div class="card-body py-2">
<div class="mb-1">{% status_badge related %}</div>
<span class="claim-title small d-block">{{ related.title }}</span>
<span class="claim-title small d-block">{{ related.title|quoted }}</span>
</div>
</div>
</a>