15 lines
No EOL
232 B
HTML
Executable file
15 lines
No EOL
232 B
HTML
Executable file
<header>
|
|
<div>
|
|
{{ partial "site-navigation.html" . }}
|
|
<div>
|
|
<!-- <h1>
|
|
{{ .Title | default .Site.Title }}
|
|
</h1> -->
|
|
{{ with .Params.description }}
|
|
<h2>
|
|
{{ . }}
|
|
</h2>
|
|
{{ end }}
|
|
</div>
|
|
</div>
|
|
</header> |