summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2016-11-11 12:32:00 -0700
committerkballou <kballou@devnulllabs.io>2016-11-11 12:32:00 -0700
commita4259cc76f0fc246fa3c9ee932aeb330e1f62fa3 (patch)
treebdb34c4ee6bdbd240bad1f4136da10e8baa21a04
parenta3dd18be8d0679cb2f2e84bfbeaf2cab1a80117d (diff)
downloadkennyballou.com-a4259cc76f0fc246fa3c9ee932aeb330e1f62fa3.tar.gz
kennyballou.com-a4259cc76f0fc246fa3c9ee932aeb330e1f62fa3.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--blag/layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/blag/layouts/index.html b/blag/layouts/index.html
index 0e5937d..aa4f49d 100644
--- a/blag/layouts/index.html
+++ b/blag/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 }}