Skip to content

Commit

Permalink
Fermeture manquante d'une balise li
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineAugusti authored May 6, 2019
1 parent 93f3945 commit 1ec397d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
{% for col_page in docs %}
<li {% if page.id == col_page.id %}class="active"{% endif %}>
<a class="side-pane__link" href="{{ col_page.url | relative_url }}">{{ col_page.label| default: col_page.title | escape }}</a>
</li>
{% endfor %}
{% endif %}
{% endfor %}
Expand Down

0 comments on commit 1ec397d

Please sign in to comment.