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:
@@ -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>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="mb-1">{% status_badge claim %}</div>
|
||||
<span class="claim-title d-block">{{ claim.title }}</span>
|
||||
<span class="claim-title d-block">{{ claim.title|quoted }}</span>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user