aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/index.html
diff options
context:
space:
mode:
authorÓscar Nájera <hello@oscarnajera.com>2019-06-15 02:57:25 +0200
committerÓscar Nájera <hello@oscarnajera.com>2019-06-15 02:57:25 +0200
commite34ded01904b07456a48cf28f1a5a2d2d77a0be7 (patch)
tree91178a5580504a58bd5612c1448a3fac403f07e3 /layouts/index.html
parentd1916e3b595abbb08d90a32f5c34f9cf64d38c9f (diff)
downloadhugo-minimalist-theme-master.tar.gz
hugo-minimalist-theme-master.tar.bz2
hugo-minimalist-theme-master.zip
Simplifying parts of the themeHEADmaster
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html3
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 }}