Skip to content

Commit

Permalink
Update navigation.html.twig
Browse files Browse the repository at this point in the history
  • Loading branch information
mblode committed Feb 12, 2016
1 parent 15459ff commit 66753e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/partials/navigation.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="top-bar-left top-bar-inline">
<ul class="menu">
<li class="menu-text">
<a href="{{ base_url }}">{{ site.title }}</a>
<a href="{{ base_url == '' ? '/' : base_url }}">{{ site.title }}</a>
</li>
</ul>
</div>
Expand Down

0 comments on commit 66753e9

Please sign in to comment.