fix: use correct yaml syntax in blog posts (#6984)

pull/6994/head
pngwn 3 years ago committed by GitHub
parent 0c2d1b8ef1
commit 791e40d070
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
--- ---
title: What's new in Svelte: May 2021 title: "What's new in Svelte: May 2021"
description: Working toward SvelteKit 1.0 and a showcase full of SvelteKit sites! description: Working toward SvelteKit 1.0 and a showcase full of SvelteKit sites!
author: Daniel Sandoval author: Daniel Sandoval
authorURL: https://desandoval.net authorURL: https://desandoval.net

@ -1,5 +1,5 @@
--- ---
title: What's new in Svelte: June 2021 title: "What's new in Svelte: June 2021"
description: Progress towards SvelteKit 1.0 and tighter TypeScript/Svelte integrations in language tools description: Progress towards SvelteKit 1.0 and tighter TypeScript/Svelte integrations in language tools
author: Daniel Sandoval author: Daniel Sandoval
authorURL: https://desandoval.net authorURL: https://desandoval.net

@ -1,5 +1,5 @@
--- ---
title: What's new in Svelte: July 2021 title: "What's new in Svelte: July 2021"
description: Keeping cool with fixes, TypeScript tooling and tonnes of new features description: Keeping cool with fixes, TypeScript tooling and tonnes of new features
author: Daniel Sandoval author: Daniel Sandoval
authorURL: https://desandoval.net authorURL: https://desandoval.net

@ -1,5 +1,5 @@
--- ---
title: What's new in Svelte: August 2021 title: "What's new in Svelte: August 2021"
description: Shadow DOM, export and await - oh my! description: Shadow DOM, export and await - oh my!
author: Daniel Sandoval author: Daniel Sandoval
authorURL: https://desandoval.net authorURL: https://desandoval.net

@ -1,5 +1,5 @@
--- ---
title: What's new in Svelte: September 2021 title: "What's new in Svelte: September 2021"
description: StackOverflow's most loved web framework description: StackOverflow's most loved web framework
author: Daniel Sandoval author: Daniel Sandoval
authorURL: https://desandoval.net authorURL: https://desandoval.net

@ -1,5 +1,5 @@
--- ---
title: What's new in Svelte: October 2021 title: "What's new in Svelte: October 2021"
description: A whole year of "What's new in Svelte" description: A whole year of "What's new in Svelte"
author: Daniel Sandoval author: Daniel Sandoval
authorURL: https://desandoval.net authorURL: https://desandoval.net

@ -1,5 +1,5 @@
--- ---
title: What's new in Svelte: November 2021 title: "What's new in Svelte: November 2021"
description: Over 5000 stars to light up the showcase description: Over 5000 stars to light up the showcase
author: Daniel Sandoval author: Daniel Sandoval
authorURL: https://desandoval.net authorURL: https://desandoval.net

@ -1,5 +1,5 @@
--- ---
title: What's new in Svelte: December 2021 title: "What's new in Svelte: December 2021"
description: "Svelte Summit Fall 2021 Recap, Rich Harris joins Vercel, and Kevin goes full-time on Svelte Society" description: "Svelte Summit Fall 2021 Recap, Rich Harris joins Vercel, and Kevin goes full-time on Svelte Society"
author: Daniel Sandoval author: Daniel Sandoval
authorURL: https://desandoval.net authorURL: https://desandoval.net

Loading…
Cancel
Save