diff options
Diffstat (limited to 'layouts/partials/docs/toc.html')
-rw-r--r-- | layouts/partials/docs/toc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/docs/toc.html b/layouts/partials/docs/toc.html index c81341c..256a370 100644 --- a/layouts/partials/docs/toc.html +++ b/layouts/partials/docs/toc.html @@ -1,6 +1,6 @@ {{ $tocLevels := default (default 6 .Site.Params.BookToC) .Params.BookToC }} {{ if and $tocLevels .Page.TableOfContents }} - <aside class="book-toc level-{{$tocLevels}} fixed"> + <aside class="book-toc levels-{{$tocLevels}} fixed"> {{ .Page.TableOfContents }} </aside> {{ end }} |