From 91c90e4408e4385649c11130631b148d17654b6b Mon Sep 17 00:00:00 2001 From: Spencer Brower <6729162+sbrow@users.noreply.github.com> Date: Fri, 10 Jul 2026 18:55:12 -0400 Subject: [PATCH] refactor: Moved content up from the theme. --- render.odin | 1 + 1 file changed, 1 insertion(+) diff --git a/render.odin b/render.odin index 0036a6d..a0625fa 100644 --- a/render.odin +++ b/render.odin @@ -148,6 +148,7 @@ render_chrome :: proc(page_title: string, body: string) -> string {