Convert front matter to TOML
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
description: "Browse by category."
|
||||
layout: "paige/cloud"
|
||||
title: "Categories"
|
||||
---
|
||||
+++
|
||||
description = "Browse by category."
|
||||
layout = "paige/cloud"
|
||||
title = "Categories"
|
||||
+++
|
||||
|
@@ -1,4 +1,4 @@
|
||||
---
|
||||
description: "Demonstration of a category."
|
||||
title: "Paige"
|
||||
---
|
||||
+++
|
||||
description = "Demonstration of a category."
|
||||
title = "Paige"
|
||||
+++
|
||||
|
Reference in New Issue
Block a user