Skip to content

Commit

Permalink
Bleh, fix broken home link.
Browse files Browse the repository at this point in the history
  • Loading branch information
rue committed Dec 15, 2008
1 parent 0fc8e8e commit 6bd560f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/layout.erb
Expand Up @@ -30,7 +30,7 @@
<!-- Main navigation -->
<div id="navigation">
<ul>
<li><a href="/<%= Giraffe::Conf.home %>" title="Go to home page" accesskey="i">home</a></li>
<li><a href="<%= Giraffe::Conf.home %>" title="Go to home page" accesskey="i">home</a></li>
<li><a href="/h" title="View wiki history" accesskey="y">history</a></li>
<li><a href="/l" title="List of pages" accesskey="l">pages</a></li>
<li>
Expand Down

0 comments on commit 6bd560f

Please sign in to comment.