Browse Source

Remove the home icon to fix the navbar-collapse. re #79

master
Sébastien Lucas 9 years ago
parent
commit
32fdfce5e3
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      templates/bootstrap/header.html

+ 1
- 4
templates/bootstrap/header.html View File

@@ -7,10 +7,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<ul class="nav navbar-nav">
<li><a href="{{=it.homeurl}}"><span class="glyphicon glyphicon-home"></span></a></li>
</ul>
<a class="navbar-brand" href="#">{{=it.fullTitle}}</a>
<a class="navbar-brand" href="{{=it.homeurl}}">{{=it.fullTitle}}</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">


Loading…
Cancel
Save