File tree 5 files changed +4
-4899
lines changed 5 files changed +4
-4899
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ defaults:
22
22
type : posts
23
23
values :
24
24
layout : post
25
- styles : [highlight.css,gitment.css, post.css]
26
- scripts : [gitment.js, post.js]
25
+ styles : [highlight.css,post.css]
26
+ scripts : [post.js]
27
27
28
28
29
29
Original file line number Diff line number Diff line change 11
11
< script type ="text/javascript " src ="https://cdn.bootcss.com/jquery/1.11.3/jquery.min.js "> </ script >
12
12
< script type ="text/javascript " src ="https://cdn.bootcss.com/bootstrap/3.3.0/js/bootstrap.min.js "> </ script >
13
13
< script type ="text/javascript " src ="{{'/static/js/script.js' | prepend:site.baseurl | prepend: site.url }} "> </ script >
14
+ < script src ="https://cdn.jsdelivr.net/gh/theme-next/theme-next-gitment@1/gitment.browser.js "> </ script >
14
15
{% for script in page.scripts %}< script type ="text/javascript " src ="{{'/static/js/' | append:script | prepend:site.baseurl | prepend: site.url }} "> </ script >
15
16
{%endfor%}
Original file line number Diff line number Diff line change 13
13
< link rel ="stylesheet " href ="https://cdn.bootcss.com/bootstrap/3.3.0/css/bootstrap.min.css "/>
14
14
< link rel ="stylesheet " href ="https://cdn.bootcss.com/octicons/3.5.0/octicons.min.css " >
15
15
< link rel ="stylesheet " type ="text/css " href ="{{ '/static/css/style.css' | prepend: site.baseurl | prepend: site.url}} " />
16
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/theme-next/theme-next-gitment@1/default.css "/>
16
17
{% for style in page.styles %}< link rel ="stylesheet " type ="text/css " href ="{{ '/static/css/' | append: style | prepend: site.baseurl | prepend: site.url}} " />
17
18
{%endfor%}
18
19
You can’t perform that action at this time.
0 commit comments