BUGFIX: lots of small things

This commit is contained in:
Simon Martens
2025-03-07 12:44:53 +01:00
parent 39537a8ebb
commit ec32aca0bb
15 changed files with 199 additions and 68 deletions

View File

@@ -0,0 +1,8 @@
<div class="container-normal relative">
<div class="text">
{{ if .record.Title }}<h1 class="mb-12">{{ .record.Title }}</h1>{{ end }}
<div class="text">
{{ Safe .record.Text }}
</div>
</div>
</div>

View File

@@ -0,0 +1,2 @@
<title>{{ .site.title }} &ndash; {{ .record.Title }}</title>
<meta name="description" content="{{ .record.Description }}" />