aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2016-11-11 12:32:00 -0700
committerkballou <kballou@devnulllabs.io>2017-09-02 19:31:45 -0600
commit60ee174c6234afca3334edb57e9e7608a90e58f1 (patch)
treeae99689af90c80866232768e8764082ad2f961fe
parent2b127a41225ee9c74e2a2adb3a4ec6091548d45a (diff)
downloadblog.kennyballou.com-60ee174c6234afca3334edb57e9e7608a90e58f1.tar.gz
blog.kennyballou.com-60ee174c6234afca3334edb57e9e7608a90e58f1.tar.xz
Display all posts, remove limit
There's not enough to sink into paging, and there's just enough to be over 10.
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 0e5937d..aa4f49d 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,7 +1,7 @@
{{ partial "header.html" . }}
<body>
{{ partial "subheader.html" . }}
-{{ range first 10 .Data.Pages }}
+{{ range .Data.Pages }}
{{ if eq .Section "blog" }}
{{ .Render "summary" }}
{{ end }}