Merge pull request #88 from Soullivaneuh/master

Remove / on the homepage brand link, solves #86. Fixes the site title link on homepage.
This commit is contained in:
Denis Kisselev 2013-10-03 12:27:25 -07:00
commit d421154b33
1 changed files with 3 additions and 3 deletions

View File

@ -138,7 +138,7 @@ if ($homepage && $homepage_url !== '/') {
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="brand pull-left" href="<?php echo $base_url ?>/<?php echo $homepage_url;?>"><?php echo $options['title']; ?></a>
<a class="brand pull-left" href="<?php echo $base_url ?><?php echo $homepage_url;?>"><?php echo $options['title']; ?></a>
<p class="navbar-text pull-right">
Generated by <a href="http://daux.io">Daux.io</a>
</p>