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:
parent
bb5c240aab
commit
a042fe6913
1 changed files with 3 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[submodule "themes/zolanight"]
|
||||
path = themes/zolanight
|
||||
url = https://github.com/mxaddict/zolanight.git
|
||||
Loading…
Add table
Reference in a new issue