flesh out home page
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user