diff options
author | Charles Saracco <crsaracco@users.noreply.github.com> | 2014-05-26 17:35:42 -0400 |
---|---|---|
committer | Charles Saracco <crsaracco@users.noreply.github.com> | 2014-05-26 17:35:42 -0400 |
commit | fbd48ec97f9f500661ef9c075f769045d062d05f (patch) | |
tree | 5d2c59f2ac374a6e430e8ce6c4805fa367f4d67c /pelican-bootstrap3/templates | |
parent | c3ae06311249b930bb057600d1c76063e847ef76 (diff) | |
download | pelican-themes-fbd48ec97f9f500661ef9c075f769045d062d05f.tar.gz |
Bugfix pelican-bootstrap3 sidebar: missing </ul>
Bugfix for pelican-bootstrap3's sidebar template: there was a missing "</ul>" tag.
Diffstat (limited to 'pelican-bootstrap3/templates')
-rw-r--r-- | pelican-bootstrap3/templates/includes/sidebar.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 %} |