website/themes/hugoplate/layouts/shortcodes/slide.html

7 lines
305 B
HTML
Raw Normal View History

<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") "" }}
{{ .Get "title" }}
{{ end }}
</h1>
</div>