From 44645b7ec78750ee61e9f65313242788c324437d Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Wed, 23 Oct 2024 07:03:22 -0700 Subject: Fix the page title for blog posts. --- templates/index.html.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/index.html.template') 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 @@

Games? (Warning: loud)

-{{range .}} +{{range .Posts}}

{{name .}}

-- cgit v1.3.1