Initial version
This commit is contained in:
commit
ed5653a7fc
211 changed files with 11043 additions and 0 deletions
15
themes/zen/layouts/index.html
Normal file
15
themes/zen/layouts/index.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
{{ define "title" }}{{ site.Title }}{{ end }}
|
||||
|
||||
{{ define "main" -}}
|
||||
<main class="main layout__main">
|
||||
{{ .Content }}
|
||||
|
||||
{{ $pages := where site.RegularPages "Type" "in" site.Params.mainSections -}}
|
||||
{{ $paginator := .Paginate $pages -}}
|
||||
{{ range $paginator.Pages -}}
|
||||
{{ .Render "summary" }}
|
||||
{{ end -}}
|
||||
|
||||
{{ partial "pagination.html" . }}
|
||||
</main>
|
||||
{{ end -}}
|
Loading…
Add table
Add a link
Reference in a new issue