Convert TOML front matter to YAML
This commit is contained in:
@@ -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-->
|
||||
|
Reference in New Issue
Block a user