Remove toc.html
parent
57cc80bb80
commit
3090cc0c3f
@ -1,9 +0,0 @@
|
||||
{{ $page := . }}
|
||||
|
||||
{{ if and $page.Content (ne $page.TableOfContents `<nav id="TableOfContents"></nav>`) }}
|
||||
<div class="mw-100" id="paige-toc">
|
||||
<div class="border mb-3 pe-3 ps-3 pt-3 rounded">
|
||||
{{ $page.TableOfContents }}
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
Loading…
Reference in New Issue