summaryrefslogtreecommitdiff
path: root/blag/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'blag/layouts/index.html')
-rw-r--r--blag/layouts/index.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/blag/layouts/index.html b/blag/layouts/index.html
index 3e0966b..0e5937d 100644
--- a/blag/layouts/index.html
+++ b/blag/layouts/index.html
@@ -1,11 +1,9 @@
{{ partial "header.html" . }}
<body>
{{ partial "subheader.html" . }}
-<section id="main">
- {{ range first 10 .Data.Pages }}
- {{ if eq .Section "blog" }}
- {{ .Render "summary" }}
- {{ end }}
+{{ range first 10 .Data.Pages }}
+ {{ if eq .Section "blog" }}
+ {{ .Render "summary" }}
{{ end }}
-</section>
+{{ end }}
{{ partial "footer.html" . }}