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.
11 lines
335 B
HTML
11 lines
335 B
HTML
{{/*
|
|
|
|
This template is included at the end of each page's `<body>`.
|
|
|
|
We're using it here to highlight and scroll the ToC in the sidebar to match
|
|
the place we are at in the document.
|
|
|
|
*/}}
|
|
{{ $toc := resources.Get "js/toc.js" -}}
|
|
<script defer language="javascript" type="text/javascript" src="{{ $toc.RelPermalink }}"></script>
|