File tree Expand file tree Collapse file tree 4 files changed +24
-25
lines changed Expand file tree Collapse file tree 4 files changed +24
-25
lines changed Original file line number Diff line number Diff line change 1
- < div id ="disqus_thread "> </ div >
2
- < script type ="text/javascript ">
3
- var disqus_shortname = 'rubinius' ;
4
- var disqus_identifier = '{{ page.url }}' ;
5
- var disqus_url = '{{ site.host }}{{ page.url }}' ;
6
-
7
- ( function ( ) {
8
- var dsq = document . createElement ( 'script' ) ; dsq . type = 'text/javascript' ; dsq . async = true ;
9
- dsq . src = 'http://' + disqus_shortname + '.disqus.com/embed.js' ;
10
- ( document . getElementsByTagName ( 'head' ) [ 0 ] || document . getElementsByTagName ( 'body' ) [ 0 ] ) . appendChild ( dsq ) ;
11
- } ) ( ) ;
12
- </ script >
13
- < noscript > Please enable JavaScript to view the < a href ="http://disqus.com/?ref_noscript "> comments powered by Disqus.</ a > </ noscript >
1
+ < div class ="container comments ">
2
+ < p > Tweet at < a href ="https://twitter.com/rubinius "> @rubinius</ a > on Twitter or
3
+ email < a href ="mailto:community@rubini.us "> community@rubini.us</ a > . Please
4
+ report Rubinius issues to our < a
5
+ href ="https://github.com/rubinius/rubinius/issues "> issue tracker</ a > .</ p >
6
+ </ div >
Original file line number Diff line number Diff line change 5
5
{% include blog_header.html %}
6
6
{{ content }}
7
7
{% include footer.html %}
8
-
9
- < script >
10
- var disqus_shortname = 'rubinius' ;
11
-
12
- ( function ( ) {
13
- var s = document . createElement ( 'script' ) ; s . async = true ;
14
- s . type = 'text/javascript' ;
15
- s . src = 'http://' + disqus_shortname + '.disqus.com/count.js' ;
16
- ( document . getElementsByTagName ( 'HEAD' ) [ 0 ] || document . getElementsByTagName ( 'BODY' ) [ 0 ] ) . appendChild ( s ) ;
17
- } ( ) ) ;
18
- </ script >
Original file line number Diff line number Diff line change @@ -11,5 +11,6 @@ <h2 class="post_title">{{ page.title }}</h2>
11
11
{{ content }}
12
12
13
13
{% include comments.html %}
14
+ {% include mailchimp.html %}
14
15
</ div >
15
16
{% include footer.html %}
Original file line number Diff line number Diff line change @@ -434,6 +434,21 @@ div.post {
434
434
color : # 454454 ;
435
435
}
436
436
437
+ .comments {
438
+ text-align : center;
439
+ margin : 0 0 2em 0 ;
440
+ background : # dedded ;
441
+ border-radius : .3em ;
442
+ -moz-border-radius : .3em ;
443
+ -webkit-border-radius : .3em ;
444
+ }
445
+
446
+ .comments p {
447
+ padding-top : 1em ;
448
+ padding-bottom : 1em ;
449
+ font-size : 1.2em ;
450
+ }
451
+
437
452
/* MailChimp Form Embed Code - Slim - 08/17/2011 */
438
453
# mc_embed_signup form {
439
454
display : block;
@@ -442,9 +457,10 @@ div.post {
442
457
margin : 0 0 1em 0 ;
443
458
}
444
459
445
- # mc_embed_signup p {
460
+ # mc_embed_signup form p {
446
461
text-align : left;
447
462
padding : 0 0 0 8px ;
463
+ font-style : italic;
448
464
}
449
465
450
466
# mc_embed_signup h2 {font-weight : bold; padding : 0 ; margin : 15px 0 ; font-size : 1.4em ;}
You can’t perform that action at this time.
0 commit comments