Convert front matter to TOML
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
---
|
||||
authors: ["author-demo"]
|
||||
categories: ["content", "paige"]
|
||||
date: "2023-09-24T21:29:30-07:00"
|
||||
description: "A front matter link."
|
||||
link: "https://willfaught.com/paige"
|
||||
tags: ["link"]
|
||||
title: "Link"
|
||||
weight: 70
|
||||
---
|
||||
+++
|
||||
authors = ["author-demo"]
|
||||
categories = ["content", "paige"]
|
||||
date = "2023-09-24T21:29:30-07:00"
|
||||
description = "A front matter link."
|
||||
link = "https://willfaught.com/paige"
|
||||
tags = ["link"]
|
||||
title = "Link"
|
||||
weight = 70
|
||||
+++
|
||||
|
||||
It takes you to the home page.
|
||||
|
Reference in New Issue
Block a user