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

7 lines
106 B
HTML
Raw Normal View History

2021-05-18 16:22:28 +02:00
<header>
<h1>{{ .Title }}</h1>
{{ with .Params.subtitle }}
<h2>{{ . }}</h2>
{{ end }}
</header>