diff options
author | Justin Mayer <entroP@gmail.com> | 2015-08-30 09:31:01 -0700 |
---|---|---|
committer | Justin Mayer <entroP@gmail.com> | 2015-08-30 09:31:01 -0700 |
commit | 2b65f8375f26e616d07118b86aab3e4ab69b8d8d (patch) | |
tree | 48df6985dee51fe34ff4e3164ec1b085117b2b7b /.gitmodules | |
parent | b430fadba55cd61a539575a14b6ada3d0e79c3b2 (diff) | |
parent | 1e1383c35f4c949b40910fc1e60d89cbc0107c48 (diff) | |
download | pelican-themes-2b65f8375f26e616d07118b86aab3e4ab69b8d8d.tar.gz |
Merge pull request #326 from Samael500/master
Add W3 Personal Blog theme as submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index bb38cb8..7acd923 100644 --- a/.gitmodules +++ b/.gitmodules @@ -181,3 +181,6 @@ [submodule "material"] path = material url = https://github.com/greizgh/pelican-material +[submodule "w3-personal-blog"] + path = w3-personal-blog + url = https://github.com/samael500/w3-personal-blog.git |