From 2336656ab868a9d841afdfaa7a2f664aa747e6c7 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 19 Feb 2024 16:44:47 +0100 Subject: [PATCH] Limit post listing width to content width --- pages/index.html.skooma.yue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/index.html.skooma.yue b/pages/index.html.skooma.yue index 53f6aa7..dfb32c5 100644 --- a/pages/index.html.skooma.yue +++ b/pages/index.html.skooma.yue @@ -23,6 +23,7 @@ slots.head slots.head script type: 'module', src: "/javascript/LocalDate.js" slots.head script type: 'module', src: "/javascript/BlogPost.js" -return main +return div + class: "content-width" * h1 "Blog Posts" * [blogPost post p for p in *posts]