aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2019-10-23 21:31:58 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-10-23 21:31:58 +0200
commit4596f08e323ce7ddb67d86705387115bc7e03045 (patch)
treed00cd25f4eda830156e66e1414e76bd226b448c7 /layouts
parente03b9bccb113e3e5c9efbc7392a4cdce9bb5cbb5 (diff)
Rename ToC level styles, reorganize example content
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/docs/toc.html2
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 }}