mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-30 09:45:31 +00:00
BUGFIX: lots of small things
This commit is contained in:
8
views/routes/redaktion/benutzerhinweise/body.gohtml
Normal file
8
views/routes/redaktion/benutzerhinweise/body.gohtml
Normal 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>
|
||||
2
views/routes/redaktion/benutzerhinweise/head.gohtml
Normal file
2
views/routes/redaktion/benutzerhinweise/head.gohtml
Normal file
@@ -0,0 +1,2 @@
|
||||
<title>{{ .site.title }} – {{ .record.Title }}</title>
|
||||
<meta name="description" content="{{ .record.Description }}" />
|
||||
Reference in New Issue
Block a user