BUGFIX: Jumptext missing in Literatur Page

This commit is contained in:
Simon Martens
2025-03-02 20:17:06 +01:00
parent 2becab9708
commit d15333133f

View File

@@ -5,7 +5,7 @@
<div class="text "> <div class="text ">
{{ if .record.Title }}<h1 class="mb-12">{{ .record.Title }}</h1>{{ end }} {{ if .record.Title }}<h1 class="mb-12">{{ .record.Title }}</h1>{{ end }}
<div class="flex flex-row gap-x-6 justify-between "> <div class="flex flex-row gap-x-6 justify-between ">
<div class="grow shrink-0 text indented"> <div class="grow shrink-0 text indented jumptext">
{{ Safe .record.Text }} {{ Safe .record.Text }}
</div> </div>
<div> <div>