diff options
author | Martin Ashby <martin@ashbysoft.com> | 2023-08-04 22:29:41 +0100 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2023-08-11 22:48:56 +0100 |
commit | f3302ecb76be3f42d782d73a58552775416b5052 (patch) | |
tree | 69fd40b315af876b3885769cbf4dedd83f1783b1 /.gitmodules | |
parent | 6ee53f319847e7535b19d2661fa501bcb423ef42 (diff) | |
download | mfashby.net-f3302ecb76be3f42d782d73a58552775416b5052.tar.gz mfashby.net-f3302ecb76be3f42d782d73a58552775416b5052.tar.bz2 mfashby.net-f3302ecb76be3f42d782d73a58552775416b5052.tar.xz mfashby.net-f3302ecb76be3f42d782d73a58552775416b5052.zip |
Convert comments to zigzig-comments
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index a38e1fb..7fedfc5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,9 @@ [submodule "hugo-xmin"] path = hugo-xmin url = git@github.com:yihui/hugo-xmin +[submodule "zig-comments/lib/zigwebserver"] + path = zig-comments/lib/zigwebserver + url = git://code.mfashby.net:/zigwebserver +[submodule "zig-comments/lib/mustache-zig"] + path = zig-comments/lib/mustache-zig + url = https://github.com/MFAshby/mustache-zig |