diff options
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 %} |