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