semantic-indieweb/layouts/partials/header.html

6 lines
157 B
HTML

<hgroup class="site-header">
<h1>{{.Site.Title}}</h1>
{{- if .Site.Params.Subtitle }}
<h2>{{.Site.Params.Subtitle}}</h2>
{{- end }}
</hgroup>