mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-29 17:15:31 +00:00
Added static pages
This commit is contained in:
0
views/routes/datenschutz/body.gohtml
Normal file
0
views/routes/datenschutz/body.gohtml
Normal file
1
views/routes/datenschutz/head.gohtml
Normal file
1
views/routes/datenschutz/head.gohtml
Normal file
@@ -0,0 +1 @@
|
||||
<title>KGPZ - Impressum & Datenschutz</title>
|
||||
0
views/routes/edition/body.gohtml
Normal file
0
views/routes/edition/body.gohtml
Normal file
1
views/routes/edition/head.gohtml
Normal file
1
views/routes/edition/head.gohtml
Normal file
@@ -0,0 +1 @@
|
||||
<title>KGPZ - Geschichte & Edition</title>
|
||||
@@ -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>
|
||||
|
||||
1
views/routes/issue/head.gohtml
Normal file
1
views/routes/issue/head.gohtml
Normal file
@@ -0,0 +1 @@
|
||||
<title>KGPZ - Ausgabe {{ .model.Year }}&verythinsp;/&verythinsp;{{ .model.No }}</title>
|
||||
0
views/routes/kontakt/body.gotmpl
Normal file
0
views/routes/kontakt/body.gotmpl
Normal file
1
views/routes/kontakt/head.gohtml
Normal file
1
views/routes/kontakt/head.gohtml
Normal file
@@ -0,0 +1 @@
|
||||
<title>KGPZ - Kontakt</title>
|
||||
0
views/routes/zitation/body.gohtml
Normal file
0
views/routes/zitation/body.gohtml
Normal file
1
views/routes/zitation/head.gohtml
Normal file
1
views/routes/zitation/head.gohtml
Normal file
@@ -0,0 +1 @@
|
||||
<title>KGPZ - Zitation</title>
|
||||
Reference in New Issue
Block a user