diff options
Diffstat (limited to 'Homework/engl3085/Technical-Comm/vim-docs-for-3085/cinder/toc.html')
| -rw-r--r-- | Homework/engl3085/Technical-Comm/vim-docs-for-3085/cinder/toc.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Homework/engl3085/Technical-Comm/vim-docs-for-3085/cinder/toc.html b/Homework/engl3085/Technical-Comm/vim-docs-for-3085/cinder/toc.html new file mode 100644 index 0000000..26519c5 --- /dev/null +++ b/Homework/engl3085/Technical-Comm/vim-docs-for-3085/cinder/toc.html @@ -0,0 +1,13 @@ +<div class="bs-sidebar hidden-print affix well" role="complementary"> + <ul class="nav bs-sidenav"> + {%- for toc_item in page.toc %} + <li class="first-level {% if toc_item.active %}active{% endif %}"><a href="{{ toc_item.url }}">{{ toc_item.title }}</a></li> + {%- for toc_item in toc_item.children %} + <li class="second-level"><a href="{{ toc_item.url }}">{{ toc_item.title }}</a></li> + {% for toc_item in toc_item.children %} + <li class="third-level"><a href="{{ toc_item.url }}">{{ toc_item.title }}</a></li> + {%- endfor %} + {%- endfor %} + {%- endfor %} + </ul> +</div>
\ No newline at end of file |
