diff options
Diffstat (limited to 'templates/index.html.template')
| -rw-r--r-- | templates/index.html.template | 2 |
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> |
