mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 09:15:33 +00:00
BUGFIX: Jumptext missing in Literatur Page
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user