Skip to content

Commit

Permalink
Fixed logo url
Browse files Browse the repository at this point in the history
  • Loading branch information
azizmb committed Apr 25, 2012
1 parent 0beeacc commit 8a23a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mingus_bootstrap_theme/templates/base.html
Expand Up @@ -70,7 +70,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="#" title="{{ BLOG_SETTINGS.site_name }}">{{ BLOG_SETTINGS.site_name }}</a>
<a class="brand" href="/" title="{{ BLOG_SETTINGS.site_name }}">{{ BLOG_SETTINGS.site_name }}</a>
<div class="nav-collapse">
{% comment %}
TODO: Use navbar with custom template, or different nav gem
Expand Down

0 comments on commit 8a23a7f

Please sign in to comment.