From 791e40d0703ad0e5e71f7df61e03c5aeff63a919 Mon Sep 17 00:00:00 2001 From: pngwn Date: Fri, 3 Dec 2021 14:55:15 +0000 Subject: [PATCH] fix: use correct yaml syntax in blog posts (#6984) --- site/content/blog/2021-05-01-whats-new-in-svelte-may-2021.md | 2 +- site/content/blog/2021-06-01-whats-new-in-svelte-june-2021.md | 2 +- site/content/blog/2021-07-01-whats-new-in-svelte-july-2021.md | 2 +- site/content/blog/2021-08-01-whats-new-in-svelte-august-2021.md | 2 +- .../blog/2021-09-01-whats-new-in-svelte-september-2021.md | 2 +- .../content/blog/2021-10-01-whats-new-in-svelte-october-2021.md | 2 +- .../blog/2021-11-01-whats-new-in-svelte-november-2021.md | 2 +- .../blog/2021-12-01-whats-new-in-svelte-december-2021.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/site/content/blog/2021-05-01-whats-new-in-svelte-may-2021.md b/site/content/blog/2021-05-01-whats-new-in-svelte-may-2021.md index 5f23091465..924e52f287 100644 --- a/site/content/blog/2021-05-01-whats-new-in-svelte-may-2021.md +++ b/site/content/blog/2021-05-01-whats-new-in-svelte-may-2021.md @@ -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! author: Daniel Sandoval authorURL: https://desandoval.net diff --git a/site/content/blog/2021-06-01-whats-new-in-svelte-june-2021.md b/site/content/blog/2021-06-01-whats-new-in-svelte-june-2021.md index ab55f497f7..d1e3af95fb 100644 --- a/site/content/blog/2021-06-01-whats-new-in-svelte-june-2021.md +++ b/site/content/blog/2021-06-01-whats-new-in-svelte-june-2021.md @@ -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 author: Daniel Sandoval authorURL: https://desandoval.net diff --git a/site/content/blog/2021-07-01-whats-new-in-svelte-july-2021.md b/site/content/blog/2021-07-01-whats-new-in-svelte-july-2021.md index fa6440ade4..c7510143a8 100644 --- a/site/content/blog/2021-07-01-whats-new-in-svelte-july-2021.md +++ b/site/content/blog/2021-07-01-whats-new-in-svelte-july-2021.md @@ -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 author: Daniel Sandoval authorURL: https://desandoval.net diff --git a/site/content/blog/2021-08-01-whats-new-in-svelte-august-2021.md b/site/content/blog/2021-08-01-whats-new-in-svelte-august-2021.md index e5eb87f14d..0dd54ca22f 100644 --- a/site/content/blog/2021-08-01-whats-new-in-svelte-august-2021.md +++ b/site/content/blog/2021-08-01-whats-new-in-svelte-august-2021.md @@ -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! author: Daniel Sandoval authorURL: https://desandoval.net diff --git a/site/content/blog/2021-09-01-whats-new-in-svelte-september-2021.md b/site/content/blog/2021-09-01-whats-new-in-svelte-september-2021.md index b3251e6cd5..87d1a838fe 100644 --- a/site/content/blog/2021-09-01-whats-new-in-svelte-september-2021.md +++ b/site/content/blog/2021-09-01-whats-new-in-svelte-september-2021.md @@ -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 author: Daniel Sandoval authorURL: https://desandoval.net diff --git a/site/content/blog/2021-10-01-whats-new-in-svelte-october-2021.md b/site/content/blog/2021-10-01-whats-new-in-svelte-october-2021.md index 78fa05dbe2..5ffd65bb0a 100644 --- a/site/content/blog/2021-10-01-whats-new-in-svelte-october-2021.md +++ b/site/content/blog/2021-10-01-whats-new-in-svelte-october-2021.md @@ -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" author: Daniel Sandoval authorURL: https://desandoval.net diff --git a/site/content/blog/2021-11-01-whats-new-in-svelte-november-2021.md b/site/content/blog/2021-11-01-whats-new-in-svelte-november-2021.md index 7c0fd812c1..12a89a639c 100644 --- a/site/content/blog/2021-11-01-whats-new-in-svelte-november-2021.md +++ b/site/content/blog/2021-11-01-whats-new-in-svelte-november-2021.md @@ -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 author: Daniel Sandoval authorURL: https://desandoval.net diff --git a/site/content/blog/2021-12-01-whats-new-in-svelte-december-2021.md b/site/content/blog/2021-12-01-whats-new-in-svelte-december-2021.md index afc08f5dfd..f50f25b0f4 100644 --- a/site/content/blog/2021-12-01-whats-new-in-svelte-december-2021.md +++ b/site/content/blog/2021-12-01-whats-new-in-svelte-december-2021.md @@ -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" author: Daniel Sandoval authorURL: https://desandoval.net