File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ layout: ../_core/BlogLayout
4
4
permalink : /blog/production-ready/
5
5
date : 14 Sep 2016
6
6
byline : " Lee Byron"
7
- draft : true
8
7
---
9
8
10
9
After over a year of being open sourced we're bringing GraphQL out of "technical preview" and relaunching [ graphql.org] ( http://graphql.org/ ) .
Original file line number Diff line number Diff line change @@ -525,7 +525,6 @@ public class Character {
525
525
</ div >
526
526
</ section >
527
527
528
- { /*
529
528
< section className = "powered-by" >
530
529
< div className = "prose" >
531
530
< h2 > Who’s using GraphQL?</ h2 >
@@ -535,17 +534,19 @@ public class Character {
535
534
many environments and used by teams of all sizes.</ p >
536
535
</ div >
537
536
< div className = "logos" >
538
- {/* Waiting for permission from some of the below * /}
537
+ { /* Waiting for permission from some of the below */ }
539
538
< a href = "https://www.facebook.com/" target = "_blank" >
540
539
< img src = "/img/logos/facebook.png" title = "Facebook" />
541
540
</ a >
542
541
{ /** /}
543
542
<a href="https://twitter.com/" target="_blank">
544
543
<img src="/img/logos/twitter.png" title="Twitter" className="round" />
545
544
</a>
545
+ {/**/ }
546
546
< a href = "https://github.com/" target = "_blank" >
547
547
< img src = "/img/logos/github.png" title = "GitHub" className = "round" />
548
548
</ a >
549
+ { /** /}
549
550
<a href="https://www.pinterest.com/" target="_blank">
550
551
<img src="/img/logos/pinterest.png" title="Pinterest" className="round" />
551
552
</a>
@@ -555,13 +556,12 @@ public class Character {
555
556
<a href="https://www.intuit.com/" target="_blank">
556
557
<img src="/img/logos/intuit.png" title="Intuit" />
557
558
</a>
558
- {/** /}
559
+ {/**/ }
559
560
< a href = "https://www.coursera.org/" target = "_blank" >
560
561
< img src = "/img/logos/coursera.png" title = "Coursera" />
561
562
</ a >
562
563
</ div >
563
564
</ section >
564
- */ }
565
565
566
566
</ Site >
567
567
) ;
You can’t perform that action at this time.
0 commit comments