flesh out home page

This commit is contained in:
Gardient
2018-02-17 23:39:07 +02:00
parent 300521b232
commit a0cd2ff7af
3 changed files with 50 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
<h2>{{ .Site.Params.subtitle }}</h2>
</div>
<div class="content">
{{ $paginator = .Paginate ( where .Data.Pages "Type" "post") }}
{{ $paginator := .Paginate ( where .Data.Pages "Type" "post") }}
{{ range $paginator.Pages }}
{{ .Render "summary" }}
{{ end }}