Merge pull request #6284 from SvenDowideit/remove-table-of-contents-eyebrow

Remove the 'TABLE OF CONTENTS' header
Upstream-commit: c9f216d2faa0b5eade0f9d0e1a8bd8cbe886de3b
Component: engine
This commit is contained in:
James Turnbull
2014-06-08 14:22:09 -07:00

View File

@ -1,4 +1,3 @@
<span class="menu-caption eyebrow">TABLE OF CONTENTS</span>
{% for toc_item in toc %}
{% for toc_item in toc_item.children %}
<li class=""><a href="{{ toc_item.url }}">{{ toc_item.title }}</a></li>