From a042fe691358ed8d0f8bd24e8bcb5202060fdb13 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Tue, 17 Feb 2026 10:01:24 -0600 Subject: [PATCH] Add .gitmodules for zolanight theme submodule The theme was tracked as a submodule commit but the .gitmodules file was missing, causing checkout to fail in CI. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..3e302e6 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/zolanight"] + path = themes/zolanight + url = https://github.com/mxaddict/zolanight.git