File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 18
18
< link rel ="stylesheet " href ="/public/css/syntax.css ">
19
19
20
20
< script src ="/public/js/libs/modernizr.custom.47336.js "> </ script >
21
+ < script src ="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js "> </ script >
22
+ < script > window . jQuery || document . write ( '<script src="/public/js/libs/jquery-1.6.2.min.js"><\/script>' ) </ script >
21
23
</ head >
22
24
23
25
< body >
@@ -86,10 +88,6 @@ <h1>OpenSource</h1>
86
88
</ footer >
87
89
</ div >
88
90
89
-
90
- < script src ="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js "> </ script >
91
- < script > window . jQuery || document . write ( '<script src="/public/js/libs/jquery-1.6.2.min.js"><\/script>' ) </ script >
92
-
93
91
< script defer src ="/public/js/tags.js "> </ script >
94
92
< script defer src ="/public/js/authors.js "> </ script >
95
93
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ <h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
16
16
< section class ="tags ">
17
17
{% include tags.html %}
18
18
</ section >
19
- < section class ="comments ">
19
+ < section id =" disqus_thread " class ="comments ">
20
20
{% include comments.html %}
21
21
</ section >
22
22
</ footer >
Original file line number Diff line number Diff line change @@ -397,6 +397,16 @@ article > footer {
397
397
border-bottom-color : white;
398
398
}
399
399
400
+ /* ---- Disqus comments ---- */
401
+
402
+ # disqus_thread {
403
+ background : none;
404
+ }
405
+
406
+ # disqus_thread a : hover {
407
+ border-bottom-style : none;
408
+ }
409
+
400
410
/* ---- Main aside ---- */
401
411
402
412
# main aside {
You can’t perform that action at this time.
0 commit comments