Skip to content

Commit

Permalink
docs: make yaml frontmatter in blogs valid (#6206)
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn committed Jun 15, 2021
1 parent c441fb1 commit 8dd9c1b
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
@@ -1,5 +1,5 @@
---
title: Frameworks without the framework: why didn't we think of this sooner?
title: "Frameworks without the framework: why didn't we think of this sooner?"
description: You can't write serious applications in vanilla JavaScript without hitting a complexity wall. But a compiler can do it for you.
author: Rich Harris
authorURL: https://twitter.com/Rich_Harris
Expand Down
@@ -1,5 +1,5 @@
---
title: Sapper: Towards the ideal web app framework
title: "Sapper: Towards the ideal web app framework"
description: Taking the next-plus-one step
author: Rich Harris
authorURL: https://twitter.com/Rich_Harris
Expand Down
@@ -1,5 +1,5 @@
---
title: Svelte 3: Rethinking reactivity
title: "Svelte 3: Rethinking reactivity"
description: It's finally here
author: Rich Harris
authorURL: https://twitter.com/Rich_Harris
Expand Down
@@ -1,5 +1,5 @@
---
title: What's new in Svelte: October 2020
title: "What's new in Svelte: October 2020"
description: New object methods, in-depth learning resources and tons of integration examples!
author: Daniel Sandoval
authorURL: https://desandoval.net
Expand Down
@@ -1,5 +1,5 @@
---
title: What's new in Svelte: November 2020
title: "What's new in Svelte: November 2020"
description: Slot forwarding fixes, SvelteKit for faster local development, and more from Svelte Summit
author: Daniel Sandoval
authorURL: https://desandoval.net
Expand Down
@@ -1,5 +1,5 @@
---
title: What's new in Svelte: December 2020
title: "What's new in Svelte: December 2020"
description: Better tooling, export maps and improvements to slots and context
author: Daniel Sandoval
authorURL: https://desandoval.net
Expand Down
@@ -1,5 +1,5 @@
---
title: What's new in Svelte: January 2021
title: "What's new in Svelte: January 2021"
description: A Svelte-packed showcase to kick-off the new year!
author: Daniel Sandoval
authorURL: https://desandoval.net
Expand Down
@@ -1,5 +1,5 @@
---
title: What's new in Svelte: February 2021
title: "What's new in Svelte: February 2021"
description: Integrations and improvements at lightning speed...
author: Daniel Sandoval
authorURL: https://desandoval.net
Expand Down
@@ -1,5 +1,5 @@
---
title: What's new in Svelte: March 2021
title: "What's new in Svelte: March 2021"
description: Call for Svelte Summit Speakers! Improved SSR, non-HTML5 compilation targets, and ESLint TypeScript support
author: Daniel Sandoval
authorURL: https://desandoval.net
Expand Down
@@ -1,5 +1,5 @@
---
title: What's new in Svelte: April 2021
title: "What's new in Svelte: April 2021"
description: SvelteKit beta and new way to use slots
author: Daniel Sandoval
authorURL: https://desandoval.net
Expand Down

0 comments on commit 8dd9c1b

Please sign in to comment.