Skip to content

Commit

Permalink
Fixed gum theme's banner and home button links
Browse files Browse the repository at this point in the history
Forgotten trailing slash in the href tags.
  • Loading branch information
syndbg committed Jun 27, 2014
1 parent 82bee4e commit eb9a4af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gum/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@
<div class="row">

<header id="banner" class="body">
<h1><a href="{{ SITEURL }}">{{ SITENAME }} <strong>{{ SITESUBTITLE }}</strong></a></h1>
<h1><a href="{{ SITEURL }}\">{{ SITENAME }} <strong>{{ SITESUBTITLE }}</strong></a></h1>
</header><!-- /#banner -->

<div id="navigation" class="navbar row">
<a href="#" gumby-trigger="#navigation &gt; ul" class="toggle"><i class="icon-menu"></i></a>

<ul class="columns">
<li><a href="{{ SITEURL }}">Home</a></li>
<li><a href="{{ SITEURL }}\">Home</a></li>

{% for title, link in MENUITEMS %}
<li><a href="{{ link }}">{{ title }}</a></li>
Expand Down

0 comments on commit eb9a4af

Please sign in to comment.