You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

toc.html 222B

123456
  1. {{ $showToC := default (default true .Site.Params.BookShowToC) .Params.bookshowtoc }}
  2. {{ if and ($showToC) (.Page.TableOfContents) }}
  3. <aside class="book-toc fixed">
  4. {{ .Page.TableOfContents }}
  5. </aside>
  6. {{ end }}