refactors layouts for head, footer and post
This commit is contained in:
parent
e8e4ba4c3b
commit
e980cbedc8
21 changed files with 93 additions and 61 deletions
6
layouts/partials/page-list/content.html
Normal file
6
layouts/partials/page-list/content.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<span class="section__title">{{ .Title }}</span>
|
||||
<ul class="posts">
|
||||
{{- with .Data.Pages -}}
|
||||
{{ partial "posts-list.html" . }}
|
||||
{{- end }}
|
||||
</ul>
|
Loading…
Add table
Add a link
Reference in a new issue