hugo-theme-zzo/layouts/partials/header/site-header.html

5 lines
112 B
HTML
Raw Normal View History

2019-11-04 13:09:44 +00:00
{{ if .IsHome }}
2019-11-07 18:09:15 +00:00
<header class="header">
2019-11-04 13:09:44 +00:00
<h1 class="h1 title">{{ .Site.Title }}</h1>
</header>
{{ end }}