Add page-header.html
This commit is contained in:
5
layouts/partials/paige/page-header.html
Normal file
5
layouts/partials/paige/page-header.html
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{{ $page := . }}
|
||||||
|
|
||||||
|
{{ partial "paige/metadata.html" $page }}
|
||||||
|
{{ partial "paige/alert.html" $page }}
|
||||||
|
{{ partial "paige/toc.html" $page }}
|
@@ -44,9 +44,7 @@
|
|||||||
|
|
||||||
<article {{ with $class }} class="{{ . }}" {{ end }} id="paige-article">
|
<article {{ with $class }} class="{{ . }}" {{ end }} id="paige-article">
|
||||||
<div class="align-items-center d-flex flex-column mb-0">
|
<div class="align-items-center d-flex flex-column mb-0">
|
||||||
{{ partial "paige/metadata.html" $page }}
|
{{ partial "paige/page-header.html" $page }}
|
||||||
{{ partial "paige/alert.html" $page }}
|
|
||||||
{{ partial "paige/toc.html" $page }}
|
|
||||||
{{ partial "paige/content.html" $page }}
|
{{ partial "paige/content.html" $page }}
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
Reference in New Issue
Block a user