Skip to content

Commit bf2ed6a

Browse files
committed
Merge pull request #37 from okuryu/about-links
Fix wrong link to the about page
2 parents a168224 + 6cd23a9 commit bf2ed6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="navbar">
22
<ul>
33
<li><a href="/">Home</a>
4-
<li><a href="about.html">About</a>
4+
<li><a href="/about.html">About</a>
55
{% for node in site.pages reversed %}
66
{% if node.navbar != false %}
77
<li><a href="{{node.url}}">{{node.title}}</a>

0 commit comments

Comments
 (0)