diff options
-rw-r--r-- | .gitmodules | 6 | ||||
-rw-r--r-- | pelican-bootstrap3/templates/includes/sidebar.html | 1 | ||||
m--------- | pelican-simplegrey | 0 | ||||
m--------- | pelican-sober | 0 |
4 files changed, 7 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index beb8fb3..b8025dc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ +[submodule "ghastly"] + path = ghastly + url = https://github.com/kura/ghastly.git [submodule "svbtle"] path = svbtle url = https://github.com/wting/pelican-svbtle.git @@ -106,3 +109,6 @@ [submodule "maggner-pelican"] path = maggner-pelican url = https://github.com/kplaube/maggner-pelican.git +[submodule "pelican-sober"] + path = pelican-sober + url = https://github.com/fle/pelican-sober.git diff --git a/pelican-bootstrap3/templates/includes/sidebar.html b/pelican-bootstrap3/templates/includes/sidebar.html index ef0fc22..ebb4d8a 100644 --- a/pelican-bootstrap3/templates/includes/sidebar.html +++ b/pelican-bootstrap3/templates/includes/sidebar.html @@ -43,6 +43,7 @@ <i class="fa fa-folder-open fa-lg"></i> {{ cat }} </a> </li> + </ul> {% endfor %} </li> {% endif %} diff --git a/pelican-simplegrey b/pelican-simplegrey -Subproject 0be0bc6c5887c78ac15c6d3d0820c46956cb88d +Subproject 3fd1c3888302eba310fd742a9a742320e805caa diff --git a/pelican-sober b/pelican-sober new file mode 160000 +Subproject 1ad080b508cf6df3b0e4a7dfe8da77fe23c36b2 |