Convert TOML front matter to YAML

This commit is contained in:
Will Faught
2023-02-12 21:48:35 -08:00
parent caa16238e9
commit 131a2473c1
4 changed files with 30 additions and 45 deletions

View File

@@ -1,12 +1,11 @@
+++
authors = ["michael_bluth"]
title = "Emoji Support"
date = "2019-03-05"
description = "Guide to emoji usage in Hugo."
tags = [
"emoji",
]
+++
---
authors: [michael_bluth]
categories: [paige]
date: 2019-03-05
description: Guide to emoji usage in Hugo.
tags: [emoji]
title: Emoji Support
---
Emoji can be enabled in a Hugo project in a number of ways.
<!--more-->