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 +- templates/outline.html.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') 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 .}}

diff --git a/templates/outline.html.template b/templates/outline.html.template index 960a880..be739c3 100644 --- a/templates/outline.html.template +++ b/templates/outline.html.template @@ -1,7 +1,7 @@ - rose.moe + {{.Title}} -- cgit v1.3.1