Skip to content

Commit 6cd23a9

Browse files
committed
Fix wrong link to the about page
1 parent a168224 commit 6cd23a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/navbar.html

+1-1
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)