mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
synced 2025-12-17 06:55:30 +00:00
Hand, Some other changes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{{ $model := . }}
|
||||
|
||||
|
||||
<div class="flex flex-row">
|
||||
<div class="flex flex-row grow">
|
||||
<div class="mr-4 text-6xl">{{ $model.Letter }}</div>
|
||||
<div class="pt-0.5">
|
||||
<div>{{ $model.Earliest.Text -}}</div>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{{- $letters := . }}
|
||||
|
||||
{{ range $l := $letters -}}
|
||||
<a class="block mb-2" href="/brief/{{ $l.Letter }}">
|
||||
<a class="block mb-4" href="/brief/{{ $l.Letter }}">
|
||||
{{- template "_letterhead" $l -}}
|
||||
</a>
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user