docs update

This commit is contained in:
Wyatt Johnson
2018-03-26 12:52:04 -06:00
parent 0b624927b5
commit e86cfaaa5b
14 changed files with 60 additions and 57 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
<ul class="sidebar__links">
{% for item in item.children %}
<li class="{% if is_current(item.url) %}active{% endif %}">
<a href="{% if !is_current(item.url) %}{{ url_for(item.url) }}{% else %}#{% endif %}">{{ item.title }}</a>
<a href="{{ url_for(item.url) }}">{{ item.title }}</a>
</li>
{% endfor %}
</ul>