Move page metadata into paige-metadata.html
parent
1966758e6a
commit
ad9e495488
@ -1,9 +1,5 @@
|
|||||||
<article>
|
<article>
|
||||||
<section>
|
{{ partial "paige-metadata.html" . }}
|
||||||
{{ partial "paige-title.html" . }}
|
|
||||||
{{ partial "paige-description.html" . }}
|
|
||||||
{{ partial "paige-metadata.html" . }}
|
|
||||||
</section>
|
|
||||||
{{ partial "paige-toc.html" . }}
|
{{ partial "paige-toc.html" . }}
|
||||||
{{ partial "paige-content.html" . }}
|
{{ partial "paige-content.html" . }}
|
||||||
</article>
|
</article>
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
<section>
|
||||||
|
{{ partial "paige-title.html" . }}
|
||||||
|
{{ partial "paige-description.html" . }}
|
||||||
|
{{ partial "paige-other.html" . }}
|
||||||
|
</section>
|
Loading…
Reference in New Issue