mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-29 17:15:31 +00:00
Fixed some build options for vite
This commit is contained in:
@@ -1,8 +1,17 @@
|
||||
{{ $model := .model }}
|
||||
{{ $date := GetDate .model.Datum.When }}
|
||||
<div>
|
||||
<a href="/{{- $model.Year -}}">
|
||||
Zurück zum Jahr
|
||||
{{ $model.Year }}
|
||||
</a>
|
||||
</div>
|
||||
{{ template "_inhaltsverzeichnis" . }}
|
||||
|
||||
<div>
|
||||
<div class="py-3 border border-green-500">
|
||||
<div>{{ $model.Year }}</div>
|
||||
<div>Stück {{ $model.No }}</div>
|
||||
<div>{{ $model.Day }}. {{ $date.Month }} ({{ $date.Weekday }})</div>
|
||||
</div>
|
||||
{{ template "_inhaltsverzeichnis" . }}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user