summaryrefslogtreecommitdiff
path: root/Homework/engl3085/Technical-Comm/vim-docs-for-3085/cinder/toc.html
diff options
context:
space:
mode:
authorElizabeth Alexander Hunt <me@liz.coffee>2026-07-02 11:55:17 -0700
committerElizabeth Alexander Hunt <me@liz.coffee>2026-07-02 11:55:17 -0700
commit6bf4b90c90f15f4ab60833bddf5b5756d1a6b1f6 (patch)
treeed97e39ec77c5231ffd2c394493e68d00ddac5a4 /Homework/engl3085/Technical-Comm/vim-docs-for-3085/cinder/toc.html
downloadmisc-undergrad-main.tar.gz
misc-undergrad-main.zip
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.html13
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