File tree Expand file tree Collapse file tree 1 file changed +20
-5
lines changed Expand file tree Collapse file tree 1 file changed +20
-5
lines changed Original file line number Diff line number Diff line change 106
106
}
107
107
</ script >
108
108
109
- <!-- Highlight.js -->
109
+ <!--
110
+ Because of the native support for backtick-style fenced code blocks
111
+ right within the Markdown is landed in Github Pages,
112
+ From V1.6, There is no need for Highlight.js,
113
+ so Huxblog drops it officially.
114
+
115
+ - https://github.com/blog/2100-github-pages-now-faster-and-simpler-with-jekyll-3-0
116
+ - https://help.github.com/articles/creating-and-highlighting-code-blocks/
117
+ -->
118
+ <!--
119
+ <script>
120
+ async("http://cdn.bootcss.com/highlight.js/8.6/highlight.min.js", function(){
121
+ hljs.initHighlightingOnLoad();
122
+ })
123
+ </script>
124
+ <link href="http://cdn.bootcss.com/highlight.js/8.6/styles/github.min.css" rel="stylesheet">
125
+ -->
126
+
127
+
128
+ <!-- jquery.tagcloud.js -->
110
129
< script >
111
- async ( "http://cdn.bootcss.com/highlight.js/8.6/highlight.min.js" , function ( ) {
112
- hljs . initHighlightingOnLoad ( ) ;
113
- } )
114
130
// only load tagcloud.js in tag.html
115
131
if ( $ ( '#tag_cloud' ) . length !== 0 ) {
116
132
async ( "/js/jquery.tagcloud.js" , function ( ) {
122
138
} )
123
139
}
124
140
</ script >
125
- < link href ="http://cdn.bootcss.com/highlight.js/8.6/styles/github.min.css " rel ="stylesheet ">
126
141
127
142
<!--fastClick.js -->
128
143
< script >
You can’t perform that action at this time.
0 commit comments