diff options
author | Justin Mayer <entroP@gmail.com> | 2013-07-10 12:46:25 -0700 |
---|---|---|
committer | Justin Mayer <entroP@gmail.com> | 2013-07-10 12:46:25 -0700 |
commit | 68d249c543fd0cd456a3da113f23f9d0e7fc35b9 (patch) | |
tree | 44045a6c725596263ec1a137249542b6141c2d9e | |
parent | 376467725ab3d14e1d59e20a74b54be84ed805a8 (diff) | |
parent | 9a06148d8b49a478b136b380ce127a2b28c56944 (diff) | |
download | pelican-themes-68d249c543fd0cd456a3da113f23f9d0e7fc35b9.tar.gz |
Merge pull request #115 from keningle/master
Added a new theme called Sundown
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | sundown | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index a36eda8..6821003 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,3 +52,6 @@ [submodule "plumage"] path = plumage url = git@github.com:kdeldycke/plumage.git +[submodule "sundown"] + path = sundown + url = https://github.com/keningle/pelican-sundown.git diff --git a/sundown b/sundown new file mode 160000 +Subproject c25ac1e829fc2548f084d4496e71ddfce3e8692 |