Files
caldwell/layouts/partials/components/hero/default.html
2025-08-14 17:27:01 +03:00

10 lines
305 B
HTML

<section class="hero">
<h1>{{ .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" .Params.hero }}
</section>