@@ -36,7 +36,8 @@ export const blog_out_full = [
3636 author : {
3737 name : 'Rich Harris' ,
3838 url : 'https://twitter.com/Rich_Harris'
39- }
39+ } ,
40+ draft : false
4041 } ,
4142 {
4243 title : "The zen of Just Writing CSS" ,
@@ -52,7 +53,8 @@ export const blog_out_full = [
5253 author : {
5354 name : 'Rich Harris' ,
5455 url : 'https://twitter.com/Rich_Harris'
55- }
56+ } ,
57+ draft : false
5658 } ,
5759 {
5860 title : "The easiest way to get started with Svelte" ,
@@ -68,7 +70,8 @@ export const blog_out_full = [
6870 author : {
6971 name : 'Rich Harris' ,
7072 url : 'https://twitter.com/Rich_Harris'
71- }
73+ } ,
74+ draft : false
7275 } ,
7376 {
7477 title :
@@ -85,7 +88,8 @@ export const blog_out_full = [
8588 author : {
8689 name : 'Rich Harris' ,
8790 url : 'https://twitter.com/Rich_Harris'
88- }
91+ } ,
92+ draft : false
8993 } ,
9094] ;
9195
@@ -102,7 +106,8 @@ export const blog_out_list = [
102106 author : {
103107 name : 'Rich Harris' ,
104108 url : 'https://twitter.com/Rich_Harris'
105- }
109+ } ,
110+ draft : false
106111 } ,
107112 {
108113 title : "The zen of Just Writing CSS" ,
@@ -116,7 +121,8 @@ export const blog_out_list = [
116121 author : {
117122 name : 'Rich Harris' ,
118123 url : 'https://twitter.com/Rich_Harris'
119- }
124+ } ,
125+ draft : false
120126 } ,
121127 {
122128 title : "The easiest way to get started with Svelte" ,
@@ -130,7 +136,8 @@ export const blog_out_list = [
130136 author : {
131137 name : 'Rich Harris' ,
132138 url : 'https://twitter.com/Rich_Harris'
133- }
139+ } ,
140+ draft : false
134141 } ,
135142 {
136143 title :
@@ -145,6 +152,7 @@ export const blog_out_list = [
145152 author : {
146153 name : 'Rich Harris' ,
147154 url : 'https://twitter.com/Rich_Harris'
148- }
155+ } ,
156+ draft : false
149157 } ,
150158] ;
0 commit comments