the repository which powers this website
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 5c6ecb4f..350a7a94 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "git"] url = https://git.kernel.org/pub/scm/git/git.git path = git +[submodule "themed/htmlcc"] + path = themed/htmlcc + url = https://yingtongli.me/git/htmlcc.git |