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.html19
1 files changed, 5 insertions, 14 deletions
diff --git a/blag/layouts/index.html b/blag/layouts/index.html
index 528a97c..3e0966b 100644
--- a/blag/layouts/index.html
+++ b/blag/layouts/index.html
@@ -2,19 +2,10 @@
<body>
{{ partial "subheader.html" . }}
<section id="main">
- <div>
- <div class="colleft">
- {{ range first 10 .Data.Pages }}
- {{ if eq .Section "blog" }}
- {{ .Render "summary" }}
- {{ end }}
- {{ end }}
- </div>
- <div class="colright">
- {{ partial "author.html" . }}
- </div>
- <div>
+ {{ range first 10 .Data.Pages }}
+ {{ if eq .Section "blog" }}
+ {{ .Render "summary" }}
+ {{ end }}
+ {{ end }}
</section>
-
-
{{ partial "footer.html" . }}