upgrade tocbot to 4.1.1
This commit is contained in:
parent
bb60c58e4c
commit
78cffe372b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
{{ partial "highlight-js.html" . }}
|
{{ partial "highlight-js.html" . }}
|
||||||
{{ with .Site.Params.toc }}
|
{{ with .Site.Params.toc }}
|
||||||
{{ if eq . "tocbot" }}
|
{{ if eq . "tocbot" }}
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/tocbot/4.1.1/tocbot.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/tocbot/4.4.2/tocbot.js"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
if (tocbot) {
|
if (tocbot) {
|
||||||
tocbot.init({
|
tocbot.init({
|
||||||
|
|
Loading…
Reference in a new issue