diff options
author | Justin Mayer <entrop@gmail.com> | 2013-03-30 11:18:16 -0700 |
---|---|---|
committer | Justin Mayer <entrop@gmail.com> | 2013-03-30 11:18:16 -0700 |
commit | 561c283d4bfa9ffa960f84a025fbbfb914ae7561 (patch) | |
tree | 821dabe6b7e2a6837e0b1395f195b7eb45dddd35 /.gitmodules | |
parent | dd8c1998817a3abd707f6db44d193a21292ff462 (diff) | |
parent | 310f712822ef8888abdd9d09aa66314045653d52 (diff) | |
download | pelican-themes-561c283d4bfa9ffa960f84a025fbbfb914ae7561.tar.gz |
Merge pull request #72 from demianbrecht/master
Added "bold" theme
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 42be753..d46b22b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "pelican-mockingbird"] path = pelican-mockingbird url = git://github.com/wrl/pelican-mockingbird.git +[submodule "bold"] + path = bold + url = git://github.com/demianbrecht/pelican-bold.git |