diff --git a/docs/template.html b/docs/template.html index 86f635c0..3a33327b 100644 --- a/docs/template.html +++ b/docs/template.html @@ -43,15 +43,40 @@ $endfor$ $if(toc)$ - - - + + + + ${ menu.svg() } $if(toc-title)$$toc-title$$else$Table of Contents$endif$ - ${ menu.svg() } - ${ x.svg() } - + + + + + + ${ x.svg() } + $if(toc-title)$$toc-title$$else$Table of Contents$endif$ + ${ table-of-contents:toc.html() } - + + + $if(toc-title)$ diff --git a/input.css b/input.css index 566193c9..f079c59d 100644 --- a/input.css +++ b/input.css @@ -255,6 +255,7 @@ @apply py-1 text-gray-900 dark:text-gray-100; } } + } /* Background */