Move partials under paige directory
This commit is contained in:
11
layouts/partials/paige/toc.html
Normal file
11
layouts/partials/paige/toc.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{{ if and .Content .Params.paige.toc (ne .TableOfContents `<nav id="TableOfContents"></nav>`) }}
|
||||
<section>
|
||||
<div class="container-fluid mb-3">
|
||||
<div class="justify-content-center row">
|
||||
<div class="border col col-auto pe-3 ps-3 pt-3 rounded">
|
||||
{{ .TableOfContents }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{{ end }}
|
Reference in New Issue
Block a user