Hand, Some other changes

This commit is contained in:
Simon Martens
2025-04-28 14:47:55 +02:00
parent 133a9ac9ef
commit 5ffa19776e
7 changed files with 197 additions and 56 deletions

View File

@@ -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 -}}