mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-29 09:05:30 +00:00
9 lines
378 B
Plaintext
9 lines
378 B
Plaintext
{{- /* Shared back navigation for individual person pages */ -}}
|
|
<div class="mb-6">
|
|
{{ $letter := Upper (FirstLetter .ID) }}
|
|
<a href="/akteure/{{ $letter }}#{{ .ID }}" class="inline-flex items-center hover:text-black text-gray-600 transition-colors text-xl no-underline font-bold">
|
|
<i class="ri-arrow-left-line mr-1 text-xl font-bold"></i>
|
|
{{ $letter }}
|
|
</a>
|
|
</div>
|