blog/themes/chosto/layouts/partials/header.html

11 lines
265 B
HTML

<header>
<section class="hero is-primary is-medium">
<div class="hero-body has-text-centered">
<p class="title">{{ .Title }}</p>
{{ with .Params.subtitle }}
<p class="subtitle">{{ . }}</p>
{{ end }}
</div>
</section>
</header>