Skip to content

Commit

Permalink
fix #2002
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Sep 2, 2015
1 parent fc4c1ac commit 7311776
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.txt
Expand Up @@ -29,6 +29,7 @@ Features
Bugfixes
--------

* Fix display of categories list in bootstrap theme (Issue #2002)
* If webassets is not installed, use unbundled assets (Issue #1992)
* Check links in Atom and sitemap files (Issue #1993)
* Link checker should check all absolute URLs to self (Issue #1991)
Expand Down
2 changes: 1 addition & 1 deletion nikola/data/themes/bootstrap3/templates/tags.tmpl
Expand Up @@ -9,7 +9,7 @@
% endif
% for text, full_name, path, link, indent_levels, indent_change_before, indent_change_after in cat_hierarchy:
% for i in range(indent_change_before):
<ul class="unstyled">
<ul class="list-inline">
% endfor
<li><a class="reference badge" href="${link}">${text}</a>
% if indent_change_after <= 0:
Expand Down

0 comments on commit 7311776

Please sign in to comment.