You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
568 B
HTML
18 lines
568 B
HTML
4 years ago
|
{{/*
|
||
|
|
||
|
This template is included at the end of each page's `<body>`.
|
||
|
|
||
|
We're using it here to:
|
||
|
|
||
|
1) include the JS that generates the table of contents. It would be better
|
||
|
to generate the table of contents as part of the Hugo build process, but
|
||
|
that doesn't work nicely with the way we want to author client-server modules
|
||
|
as separate files.
|
||
|
|
||
|
2) highlight and scroll the ToC in the sidebar to match the place we are at
|
||
|
in the document.
|
||
|
|
||
|
*/}}
|
||
|
|
||
|
<script defer language="javascript" type="text/javascript" src="{{ "js/toc.js" | urlize | relURL }}"></script>
|