summaryrefslogtreecommitdiffstats
path: root/templates/index.html.template
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2024-10-23 07:03:22 -0700
committerRose Hogenson <rosehogenson@posteo.net>2024-10-23 07:03:22 -0700
commit44645b7ec78750ee61e9f65313242788c324437d (patch)
tree21b13915b014663adf58f5cb9c611ac0a289490c /templates/index.html.template
parent59f10197ee75a881213ac50fbb026601f027bbe4 (diff)
downloadroseh.moe-44645b7ec78750ee61e9f65313242788c324437d.tar.zst
Fix the page title for blog posts.
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>