Skip to content

Commit

Permalink
fix(isolatelink): fix isolate page link
Browse files Browse the repository at this point in the history
Merge pull request #308 from viosey/fix/isolatelink
  • Loading branch information
neoFelhz committed Apr 21, 2017
2 parents 9ced1e0 + 881b9dc commit 92088f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/_partial/isolate_info.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<!-- Pages -->
<% for (var i in theme.sidebar.pages) { %>
<span class="header-nav-item">
<a href="<%= theme.sidebar.pages[i] || '#' %>" title="<%= i %>">
<a href="<%= theme.sidebar.pages[i].link || '#' %>" title="<%= i %>">
<span><%= i %></span>
</a>
</span>
Expand Down

0 comments on commit 92088f9

Please sign in to comment.