mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-07 09:02:29 +00:00
12 lines
269 B
HTML
12 lines
269 B
HTML
<header class='header entry-header'>
|
|
<div class='container sep-after'>
|
|
<div class='header-info'>
|
|
<h1 class='title'>
|
|
{{- .Title -}}
|
|
</h1>
|
|
{{ partial "header/description" . }}
|
|
</div>
|
|
{{ partial "entry/meta" . }}
|
|
</div>
|
|
</header>
|