mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-08 01:22:29 +00:00
Switch themes to minimo
This commit is contained in:
11
themes/minimo/layouts/partials/entry/header.html
Normal file
11
themes/minimo/layouts/partials/entry/header.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<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>
|
Reference in New Issue
Block a user