mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 17:25:32 +00:00
Single Reihen Page
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
{{ range $id, $r := .series }}
|
||||
<div>
|
||||
{{ $r.Title }}
|
||||
<a href="/reihe/{{ $r.MusenalmID }}">{{ $r.Title }}</a>
|
||||
<div>
|
||||
{{ Safe $r.Annotation }}
|
||||
</div>
|
||||
@@ -21,7 +21,7 @@
|
||||
<div class="mt-8">
|
||||
{{ range $id, $r := .altseries }}
|
||||
<div>
|
||||
{{ $r.Title }}
|
||||
<a href="/reihe/{{ $r.MusenalmID }}">{{ $r.Title }}</a>
|
||||
<div>
|
||||
{{ Safe $r.Annotation }}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user