diff options
author | Alexis Metaireau <alexis@notmyidea.org> | 2012-06-20 00:37:34 -0700 |
---|---|---|
committer | Alexis Metaireau <alexis@notmyidea.org> | 2012-06-20 00:37:34 -0700 |
commit | 325779fa31d2df62929d6eb5e7e0a183e0a0e2ff (patch) | |
tree | a222ae094e2ccadfe60a27769df4d00a62c9f76d | |
parent | eddcd214a258c65d859f9bdb41acb8a3d996fe56 (diff) | |
parent | 8edc592989ccd419d2560ae111813e4744741957 (diff) | |
download | pelican-themes-325779fa31d2df62929d6eb5e7e0a183e0a0e2ff.tar.gz |
Merge pull request #40 from tbunnyman/master
Link in new theme Chunk
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | chunk | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 8f3c1a8..39dca1b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "svbtle"] path = svbtle url = https://github.com/wting/pelican-svbtle.git +[submodule "chunk"] + path = chunk + url = git@github.com:tbunnyman/pelican-chunk.git diff --git a/chunk b/chunk new file mode 160000 +Subproject 432413cd0c07ad225971870c7183033c7d40144 |