From 84dd8c7557d8b9d92cd8d339afc28a0fd9a3a896 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 15 Jul 2026 05:10:40 -0400 Subject: feat(admin): color scheme test page added --- internal/admin/templates/layout.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/admin/templates/layout.html') diff --git a/internal/admin/templates/layout.html b/internal/admin/templates/layout.html index 02f8a01..f3bf9fd 100644 --- a/internal/admin/templates/layout.html +++ b/internal/admin/templates/layout.html @@ -20,6 +20,7 @@ Techs Modules Triggers + Color Characters Dashboard Files @@ -40,6 +41,7 @@ {{else if eq .Page "techs"}}{{template "body-techs" .}} {{else if eq .Page "modules"}}{{template "body-modules" .}} {{else if eq .Page "triggers"}}{{template "body-triggers" .}} +{{else if eq .Page "colors"}}{{template "body-colors" .}} {{else if eq .Page "characters"}}{{template "body-characters" .}} {{else if eq .Page "dashboard"}}{{template "body-dashboard" .}} {{else if eq .Page "files"}}{{template "body-files" .}} -- cgit v1.2.3