diff options
author | Kei Iwasaki <me@laughk.org> | 2016-02-13 17:25:40 +0900 |
---|---|---|
committer | Kei Iwasaki <me@laughk.org> | 2016-02-13 17:25:40 +0900 |
commit | b67c2e03072a055d7ac7b46564773293ce0dcd02 (patch) | |
tree | 66dba0e7d12e88bfb5478fc5fecd868452df81f6 /.gitmodules | |
parent | a57a6bf611743a82ffcee40b0c29d4404edbd855 (diff) | |
download | pelican-themes-b67c2e03072a055d7ac7b46564773293ce0dcd02.tar.gz |
Add pelican-hss theme as submodule
pelican-hss URL - https://github.com/laughk/pelican-hss
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 4e3e6ac..ea85621 100644 --- a/.gitmodules +++ b/.gitmodules @@ -205,3 +205,6 @@ [submodule "pelican-blue"] path = pelican-blue url = https://github.com/Parbhat/pelican-blue +[submodule "pelican-hss"] + path = pelican-hss + url = https://github.com/laughk/pelican-hss.git |