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 5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6
6
< link rel ="
stylesheet "
href ="
https://cdn.jsdelivr.net/npm/[email protected] /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/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 ">
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 ">
71
71
< script src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/jquery.min.js "
crossorigin ="
anonymous "
> </ script >
72
72
< script src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/js/bootstrap.bundle.min.js "
integrity ="
sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct "
crossorigin ="
anonymous "
> </ script >
73
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/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 >
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 @@ -4,6 +4,9 @@ $(() => {
4
4
anchors . add ( ) ;
5
5
6
6
// highlight.js
7
+ hljs . configure ( {
8
+ languages : [ 'ruby' , 'html' , 'bash' ]
9
+ } ) ;
7
10
hljs . highlightAll ( ) ;
8
11
9
12
$ ( "#navigation" ) . load ( `${ config . rootPath } navigation.html` , function ( ) {
You can’t perform that action at this time.
0 commit comments