Angelegt Seite "Ambulante Pflege", Shortcode "Card"

This commit is contained in:
Andreas Hnida 2024-02-20 13:51:18 +00:00
commit e047c4d2df
12 changed files with 76 additions and 20 deletions

View file

@ -1,7 +1,7 @@
<div class="slides h-screen md:h-full {{ if isset .Params "first" }}current{{ end }}" style="background-image:url('{{ .Get "image" }}')">
<h1 class="mb-4 text-4xl font-extrabold leading-none tracking-tight md:text-5xl lg:text-6xl">
{{ if ne (.Get "title") "" }}
<h1 class="mb-4 text-4xl font-extrabold leading-none tracking-tight md:text-5xl lg:text-6xl">
{{ .Get "title" }}
{{ end }}
</h1>
{{ end }}
</div>