mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 09:15:33 +00:00
Single Reihen Page
This commit is contained in:
6
views/routes/reihe/body.gohtml
Normal file
6
views/routes/reihe/body.gohtml
Normal file
@@ -0,0 +1,6 @@
|
||||
{{ if .series }}
|
||||
{{ .series.Title }}
|
||||
<div>
|
||||
{{ Safe .series.Annotation }}
|
||||
</div>
|
||||
{{ end }}
|
||||
1
views/routes/reihe/head.gohtml
Normal file
1
views/routes/reihe/head.gohtml
Normal file
@@ -0,0 +1 @@
|
||||
<title>Musenalm - Reihen</title>
|
||||
@@ -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