Skip to content

Commit efcdc2c

Browse files
committed
stop prepending baseurl in topnav
1 parent 63954c1 commit efcdc2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/topnav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<ul class="nav navbar-nav">
1717
{% for nav in site.data.pages %}
1818
<li {% if page.id==nav.id %} class="active" {% endif %}>
19-
<a href="{{ nav.url | prepend: site.baseurl }}">{{ nav.name }}</a>
19+
<a href="{{ nav.url }}">{{ nav.name }}</a>
2020
</li>
2121
{% endfor %}
2222
</ul>

0 commit comments

Comments
 (0)