Files
caldwell/layouts/partials/components/hero/index.html
2025-09-13 15:07:15 +01:00

10 lines
347 B
HTML

<section class="hero">
<h1 class="title">{{ .Title }}</h1>
<div class="meta">
<span class="date">{{ .Date | time.Format ":date_medium" }}</span>
&middot;
<span class="duration">{{ printf "%d MIN READ" .ReadingTime }}</span>
</div>
{{ partial "components/image/index.html" (dict "page" .Page "image" .Params.hero) }}
</section>