aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index 3558e06..6d0c139 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -9,7 +9,7 @@
<section>
<ul>
<% for p in &posts { %>
- <li><a href="/post/<%- p.0 %>"><%- p.1 %></a></li>
+ <li><a href="/posts/<%- p %>"><%- p %></a></li>
<% } %>
</ul>
</section>