summaryrefslogtreecommitdiffstats
path: root/templates/index.html.template
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html.template')
-rw-r--r--templates/index.html.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html.template b/templates/index.html.template
index 0d83073..5c8d11b 100644
--- a/templates/index.html.template
+++ b/templates/index.html.template
@@ -10,7 +10,7 @@
<p><a href="/pong">Games?</a> (Warning: loud)</p>
</article>
-{{range .}}
+{{range .Posts}}
<article>
<a href="/blog/{{.}}"><h2>{{name .}}</h2></a>
</article>