Skip to content

Commit

Permalink
Make sidebar links relative
Browse files Browse the repository at this point in the history
  • Loading branch information
achew22 committed Apr 17, 2018
1 parent b181343 commit eaf554e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h2>{{ cat.name | capitalize }}</h2>
<ul>
{% assign items = cat.items | sort: 'order' %}
{% for item in items %}
<li><a href="{{ item.url }}">
<li><a href="{{ item.url | relative_url }}">
{% if item.url == page.url %}
<b>{{ item.title }}</b>
{% else %}
Expand Down

0 comments on commit eaf554e

Please sign in to comment.