From 3b246c066f00a8820231d25519109e77d35edd23 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 14 May 2026 17:39:59 -0500 Subject: dont use whole page width on pages --- templates/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index c4ade88..0d64803 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,3 +1,5 @@ {{ define "content" }} - {{ .Content }} +
+ {{ .Content }} +
{{ end }} -- cgit v1.2.3