File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6
6
< link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css " integrity ="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N " crossorigin ="anonymous ">
7
7
< link href ="/assets/css/style.css " rel ="stylesheet ">
8
- < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0 /styles/monokai.min.css ">
8
+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1 /styles/monokai.min.css ">
9
9
< link rel ="apple-touch-icon " href ="icon.png ">
10
10
< meta name ="theme-color " content ="#fafafa ">
11
11
< link href ="https://fonts.googleapis.com/css?family=Asap " rel ="stylesheet ">
70
70
71
71
< script src ="https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js " crossorigin ="anonymous "> </ script >
72
72
< script src ="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js " integrity ="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct " crossorigin ="anonymous "> </ script >
73
- < script src ="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.3.1 /anchor.min.js " integrity ="sha512-zPB79j2C+3sFS9zcA3vg/z6bVKzJVEyu9pY5w89akQRys76zpAT2t6S3wZKla3QQ14O5l/Yt0RUQ/DHXx82Y5g == " crossorigin ="anonymous " referrerpolicy ="no-referrer "> </ script >
74
- < script src ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0 /highlight.min.js "> </ script >
73
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/5.0.0 /anchor.min.js " integrity ="sha512-byAcNWVEzFfu+tZItctr+WIMUJvpzT2kokkqcBq+VsrM3OrC5Aj9E2gh+hHpU0XNA3wDmX4sDbV5/nkhvTrj4w == " crossorigin ="anonymous " referrerpolicy ="no-referrer "> </ script >
74
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1 /highlight.min.js "> </ script >
75
75
< script src ="/assets/js/app.js "> </ script >
76
76
< script src ="/assets/js/search.js "> </ script >
77
77
</ body >
Original file line number Diff line number Diff line change 1
- $ ( ( ) => {
2
- // anchor-js
1
+ document . addEventListener ( 'DOMContentLoaded' , ( ) => {
3
2
anchors . options . visible = 'always' ;
4
3
anchors . add ( ) ;
4
+ } ) ;
5
5
6
+ $ ( ( ) => {
6
7
// highlight.js
7
8
hljs . configure ( {
8
9
languages : [ 'ruby' , 'html' , 'bash' , 'sql' ]
You can’t perform that action at this time.
0 commit comments