From ddcd8a49c80f08f0d62ebcb3c260c9dabbf71841 Mon Sep 17 00:00:00 2001 From: brooke Date: Thu, 12 Sep 2024 14:21:09 -0400 Subject: [PATCH] increase max width --- themes/mir/layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/mir/layouts/_default/baseof.html b/themes/mir/layouts/_default/baseof.html index 4b4a078..a33f979 100644 --- a/themes/mir/layouts/_default/baseof.html +++ b/themes/mir/layouts/_default/baseof.html @@ -3,7 +3,7 @@ {{ partial "head.html" . }} -
+
{{ partial "nav.html" . }}
{{ block "main" . }}{{ end }}