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 55 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
66 < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css " integrity ="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N " crossorigin ="anonymous ">
77 < 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 ">
99 < link rel ="apple-touch-icon " href ="icon.png ">
1010 < meta name ="theme-color " content ="#fafafa ">
1111 < link href ="https://fonts.googleapis.com/css?family=Asap " rel ="stylesheet ">
7070
7171 < script src ="https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js " crossorigin ="anonymous "> </ script >
7272 < 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 >
7575 < script src ="/assets/js/app.js "> </ script >
7676 < script src ="/assets/js/search.js "> </ script >
7777</ body >
Original file line number Diff line number Diff line change 1- $ ( ( ) => {
2- // anchor-js
1+ document . addEventListener ( 'DOMContentLoaded' , ( ) => {
32 anchors . options . visible = 'always' ;
43 anchors . add ( ) ;
4+ } ) ;
55
6+ $ ( ( ) => {
67 // highlight.js
78 hljs . configure ( {
89 languages : [ 'ruby' , 'html' , 'bash' , 'sql' ]
You can’t perform that action at this time.
0 commit comments