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,11 +1,11 @@
---
authors: ["author-demo"]
categories: ["paige", "shortcodes"]
date: "2023-09-18T21:35:15-07:00"
description: "Demonstration of the Paige icon shortcode."
tags: ["icon", "web font"]
title: "Icon Shortcode"
---
+++
authors = ["author-demo"]
categories = ["paige", "shortcodes"]
date = "2023-09-18T21:35:15-07:00"
description = "Demonstration of the Paige icon shortcode."
tags = ["icon", "web font"]
title = "Icon Shortcode"
+++
Paige provides a `paige/icon` shortcode for displaying a web font icon.