fixes lists

This commit is contained in:
Gardient
2018-02-18 17:23:49 +02:00
parent 268c1b7701
commit cf99112c8d
2 changed files with 0 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
{{ define "main" }}
<div class="header">
<h1>{{ .Title }}</h1>
<h2>{{ .Site.Params.subtitle }}</h2>
</div>
<div class="content">
{{ $paginator := .Paginate ( where .Data.Pages "Type" "post") }}