Skip to content

Commit

Permalink
fix mistake of previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
annaborn authored Nov 23, 2017
1 parent 47f86bd commit e5b171d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/nav_docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h3>{{ section.title }}</h3>
{% else %}
<li>
{% endif %}
{% if item.id != null %}
{% if subitem.id != null %}
<a href="{{ subitem.id | prepend: site.baseurl }}.html">{{ subitem.title }}</a>
{% else %}
<a href="{{ subitem.url | absolute_url}}">{{ subitem.title }}</a>
Expand Down

0 comments on commit e5b171d

Please sign in to comment.