diff options
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/layouts/index.html b/layouts/index.html index eb6d5c6..9b143c0 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,11 +1,8 @@ {{ define "main" }} -<div id="content" class="bg-near-white pb2 pt4"> - <!-- Note that .Data.Pages is the equivalent of .Site.Pages on the homepage template. --> {{ $paginator := .Paginate (where .Data.Pages "Section" "post") }} {{ range $paginator.Pages }} {{ .Render "summary" }} {{ end }} {{ partial "pagination.html" . }} -</div> {{ end }} |