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

11 lines
265 B
HTML
Raw Normal View History

2021-05-18 16:22:28 +02:00
<header>
2021-05-21 14:53:35 +02:00
<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>
2021-05-18 16:22:28 +02:00
</header>