diff options
author | Justin Mayer <entroP@gmail.com> | 2020-06-13 12:10:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-13 12:10:19 +0200 |
commit | d52b8b0b01e317c9fd16c3dcb08b00bec14a563a (patch) | |
tree | 14d6cada49da21deb83d4df7fb6da97835a5a451 | |
parent | dcfb5cd30708576bf41866740ba26d0b2843eaba (diff) | |
parent | bd79a86deef1ae23b2bd65de78d0651c092f5a79 (diff) | |
download | pelican-themes-d52b8b0b01e317c9fd16c3dcb08b00bec14a563a.tar.gz |
Merge pull request #673 from jhauh/master
Add B-side theme
-rw-r--r-- | .gitmodules | 4 | ||||
m--------- | pelican-b-side | 0 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index ce49b4b..e3b9dbf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -258,3 +258,7 @@ path = buruma url = https://github.com/ivanhercaz/buruma.git branch = pelican-themes +[submodule "pelican-b-side"] + path = pelican-b-side + url = https://github.com/fluffactually/pelican-b-side.git + branch = pelican-themes diff --git a/pelican-b-side b/pelican-b-side new file mode 160000 +Subproject 2c36e7df3df20eecd7c1477b2f09ead3518f588 |