TOC functionality

This commit is contained in:
John Mulhausen
2016-02-09 13:58:34 -08:00
parent 435a4a534a
commit e44588b93f
6 changed files with 727 additions and 5 deletions
+1 -1
View File
@@ -63,6 +63,6 @@
{% endif %}
{% endif %}
<a class="item" {{ tocItemColor }} href="{{ item.path }}" title="{{ item.title }}" data-title="{{ item.title }} - {{ item.path }}">{{ item.title }}{{ statusHTML }}</a>
<a class="item" {{ tocItemColor }} href="{{ item.path }}" title="{{ item.title }}" data-title="{{ item.title }} - {{ item.path }}"></a>
{% endif %}
{% endfor %}