Convert front matter to TOML

This commit is contained in:
Will Faught
2024-06-27 16:26:10 -07:00
parent e4b131531b
commit 7ca3bad051
37 changed files with 366 additions and 376 deletions

View File

@@ -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.