Skip to content
This repository was archived by the owner on Dec 18, 2023. It is now read-only.

Commit 25d6231

Browse files
authored
Merge pull request #21 from machine-learning-apps/enable-docs
fix sidebar
2 parents 6271d77 + d11087a commit 25d6231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h2>Sections</h2>
2020
<a class="aside_nav_link {% if page.title == child.title %} active{% endif %}" href="{{child.url}}">{{child.title}}</a>
2121

2222
{%- if child.has_children -%}
23-
<span class="toggle_sub rot180"> &#94;</span>
23+
<span class="toggle_sub rot90"></span>
2424
{%- assign father_name = child.title -%}
2525
{%- assign grandfather_name = item.title -%}
2626
{% assign grandsons = site.docs | where: "parent", father_name | where: "grand_parent", grandfather_name %}

0 commit comments

Comments
 (0)