diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-10-23 21:31:58 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-10-23 21:31:58 +0200 |
commit | 4596f08e323ce7ddb67d86705387115bc7e03045 (patch) | |
tree | d00cd25f4eda830156e66e1414e76bd226b448c7 /layouts/partials/docs | |
parent | e03b9bccb113e3e5c9efbc7392a4cdce9bb5cbb5 (diff) |
Rename ToC level styles, reorganize example content
Diffstat (limited to 'layouts/partials/docs')
-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 }} |