File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
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/10.7.3 /styles/monokai.min.css ">
8+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0 /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 ">
7171 < script src ="https://cdn.jsdelivr.net/npm/jquery@3.5.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 >
7373 < 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/10.7.3 /highlight.min.js "> </ script >
74+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0 /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 @@ -4,6 +4,9 @@ $(() => {
44 anchors . add ( ) ;
55
66 // highlight.js
7+ hljs . configure ( {
8+ languages : [ 'ruby' , 'html' , 'bash' ]
9+ } ) ;
710 hljs . highlightAll ( ) ;
811
912 $ ( "#navigation" ) . load ( `${ config . rootPath } navigation.html` , function ( ) {
You can’t perform that action at this time.
0 commit comments