Skip to content

Commit abc5bfa

Browse files
committed
chore: bump tocbot to v4.29.0
1 parent 291f28b commit abc5bfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

default.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{{!-- Theme assets - use the {asset} helper to reference styles & scripts,
1717
this will take care of caching and cache-busting automatically --}}
1818
<link rel="stylesheet" type="text/css" href="{{asset "built/screen.css"}}" />
19-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tocbot/4.25.0/tocbot.css">
19+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tocbot/4.29.0/tocbot.css">
2020
<style>
2121
.gh-content {
2222
position: relative;
@@ -202,7 +202,7 @@ $(document).ready(function () {
202202
});
203203
</script>
204204

205-
<script src="https://cdnjs.cloudflare.com/ajax/libs/tocbot/4.21.0/tocbot.min.js"></script>
205+
<script src="https://cdnjs.cloudflare.com/ajax/libs/tocbot/4.29.0/tocbot.min.js"></script>
206206
{{! Initialize Tocbot after you load the script }}
207207
<script>
208208
tocbot.init({

0 commit comments

Comments
 (0)