aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2016-02-25 11:54:30 -0700
committerkballou <kballou@devnulllabs.io>2017-09-02 19:31:45 -0600
commit6dc30bd70a254b5a77bf6448474d790de375c78c (patch)
treeec9ac765440539cc0c4aa36c328b99fca5621130
parente7f6c96ceea319c224e40f92d014c8bd723801d5 (diff)
downloadblog.kennyballou.com-6dc30bd70a254b5a77bf6448474d790de375c78c.tar.gz
blog.kennyballou.com-6dc30bd70a254b5a77bf6448474d790de375c78c.tar.xz
Remove unnecessary section
-rw-r--r--layouts/index.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 3e0966b..0e5937d 100644
--- a/layouts/index.html
+++ b/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" . }}