mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2026-02-04 10:35:30 +00:00
consolidated page data
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<div class="container-normal relative">
|
||||
<div class="text">
|
||||
{{ if .record.Title }}<h1 class="mb-12">{{ .record.Title }}</h1>{{ end }}
|
||||
{{ if (pageMetaField "benutzerhinweise" "title") }}<h1 class="mb-12">{{ pageMetaField "benutzerhinweise" "title" }}</h1>{{ end }}
|
||||
<div class="text">
|
||||
{{ Safe .record.Text }}
|
||||
{{ pageHtml "benutzerhinweise" "text" }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
<title>{{ .site.title }} – {{ .record.Title }}</title>
|
||||
<meta name="description" content="{{ .record.Description }}" />
|
||||
<title>{{ .site.title }} – {{ pageMetaField "benutzerhinweise" "title" }}</title>
|
||||
<meta name="description" content="{{ pageMetaField "benutzerhinweise" "description" }}" />
|
||||
|
||||
Reference in New Issue
Block a user