From 9c7895f5cdd27aeadcaa7128682a047cfc4fb3f8 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Wed, 23 Oct 2024 17:24:54 -0700 Subject: Don't pre-render templates. --- templates/index.html.template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'templates/index.html.template') diff --git a/templates/index.html.template b/templates/index.html.template index 5c8d11b..43e35f9 100644 --- a/templates/index.html.template +++ b/templates/index.html.template @@ -1,3 +1,5 @@ +{{define "title"}}roseh.moe{{end}} +

roseh.moe

@@ -10,8 +12,8 @@

Games? (Warning: loud)

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

{{name .}}

+

{{.Name}}

{{end}} -- cgit v1.3.1