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.
This commit is contained in:
Graham McIntire 2026-02-17 10:01:24 -06:00
parent bb5c240aab
commit a042fe6913
No known key found for this signature in database

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "themes/zolanight"]
path = themes/zolanight
url = https://github.com/mxaddict/zolanight.git