fix relative paths on 404
This commit is contained in:
parent
dc16329e32
commit
6bc6b9c325
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
<img id="inline-logo" src="<%= zeus_logo_url color: @zeus_logo_color %>" alt="" />
|
||||
</a>
|
||||
<% nav_items do |item, active| %>
|
||||
<a class="nav-item is-tab <%= 'is-active' if active %>" href="<%= relative_path_to(item) %>">
|
||||
<a class="nav-item is-tab <%= 'is-active' if active %>" href="<%= item.path %>">
|
||||
<%= item[:title] %>
|
||||
</a>
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in a new issue