[minor] [fix] #218 add default home icon in website if brand not set so it appears okay for small layouts

This commit is contained in:
Rushabh Mehta
2013-07-22 16:30:40 +05:30
parent b54cd9967e
commit 500ce2bd6d
2 changed files with 1 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
<div class="navbar">
{%- if brand_html %}<a class="navbar-brand" href="index">{{ brand_html }}</a>{% endif -%}
<a class="navbar-brand" href="index">{{ brand_html or "<i class='icon-home'></i>"}}</a>
<div class="container">
<button type="button" class="navbar-toggle" data-toggle="collapse"
data-target=".navbar-responsive-collapse">