Added static pages

This commit is contained in:
Simon Martens
2024-12-03 20:15:39 +01:00
parent 71927afebd
commit 5f6886a144
17 changed files with 72 additions and 30 deletions

View File

@@ -1,11 +1,10 @@
{{ $model := .model }}
<div>
<a href="/{{- $model.Year -}}" aria-current="page">
<a href="/{{- $model.Year -}}">
Zurück zum Jahr
{{ $model.Year }}
</a>
</div>
Issue found!
{{ $page := 0 }}
{{ range $piece := .model.Pieces.IssuePieces }}
<div>
@@ -14,7 +13,7 @@ Issue found!
<div>S. {{ $page }}</div>
{{ end }}
Piece!
Eintrag!
{{ if gt (len $piece.IssueRefs) 1 }}
{{ len $piece.IssueRefs }} Teile
<ol>