Merge pull request #3291 from flyinprogrammer/master
This commit is contained in:
commit
e7feae98f5
|
@ -13,6 +13,7 @@
|
|||
{% for p in site.docs %}
|
||||
{% if p.url == item_url %}
|
||||
<li class="{{ c }}"><a href="{{ site.url }}{{ p.url }}">{{ p.title }}</a></li>
|
||||
{% break %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue