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