diff options
author | Justin Mayer <entroP@gmail.com> | 2015-11-05 13:05:43 -0800 |
---|---|---|
committer | Justin Mayer <entroP@gmail.com> | 2015-11-05 13:05:43 -0800 |
commit | ffe2d70108de3d3aa6cee854b68f21ddcec3b540 (patch) | |
tree | 6390a78a6e684e2f80d4c64c78f811866a7b32b9 /.gitmodules | |
parent | 05a45abdd0af6f14dffb6481b042d8fd1cae4e3b (diff) | |
download | pelican-themes-ffe2d70108de3d3aa6cee854b68f21ddcec3b540.tar.gz |
Add Clean-Blog theme as submodule
Closes #274
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 56bc245..7dbb64d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -199,3 +199,6 @@ [submodule "hyde"] path = hyde url = https://github.com/jvanz/pelican-hyde.git +[submodule "clean-blog"] + path = clean-blog + url = https://github.com/gilsondev/pelican-clean-blog |