Cleanup SCSS
This commit is contained in:
+5
-5
@@ -1,7 +1,7 @@
|
||||
<section id="table-of-contents" class="toc">
|
||||
<header><h3><i class="fa fa-{{ include.icon | default: 'book' }}"></i> {{ include.title | default: site.data.ui-text[site.locale].toc_label }}</h3></header>
|
||||
<div id="drawer" markdown="1">
|
||||
<section class="toc">
|
||||
<header><h4 class="toc__title"><i class="fa fa-{{ include.icon | default: 'book' }}"></i> {{ include.title | default: site.data.ui-text[site.locale].toc_label }}</h4></header>
|
||||
<nav markdown="1">
|
||||
* Auto generated table of contents
|
||||
{:toc}
|
||||
</div>
|
||||
{:toc .toc__menu}
|
||||
</nav>
|
||||
</section>
|
||||
Reference in New Issue
Block a user