Skip to content
This repository was archived by the owner on May 12, 2019. It is now read-only.

Commit fe64b69

Browse files
committed
Fixed navigation URLs
1 parent 2f6905f commit fe64b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

partials/links.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<li class="links item">
44
<a href="{{@blog.url}}/#open" class="link-item" title="{{@blog.title}} blog" id="blog-button">Blog</a>
55
{{#foreach @blog.navigation}}
6-
<a href="{{url}}" class="link-item" id="{{slug}}-button">{{label}}</a>
6+
<a href="{{this.url}}" class="link-item" id="{{slug}}-button">{{label}}</a>
77
{{/foreach}}
88
</li>
99
</ul>

0 commit comments

Comments
 (0)