Use TOML date syntax

This commit is contained in:
Will Faught
2024-06-27 17:39:01 -07:00
parent 33774e3283
commit 8cddbe0cfa
19 changed files with 19 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
+++
authors = ["author-demo"]
categories = ["paige", "shortcodes"]
date = "2023-09-18T21:34:51-07:00"
date = 2023-09-18T21:34:51-07:00
description = "Demonstration of the Paige code shortcode."
tags = ["code", "figures"]
title = "Code Shortcode"

View File

@@ -1,7 +1,7 @@
+++
authors = ["author-demo"]
categories = ["paige", "shortcodes"]
date = "2023-09-18T21:34:58-07:00"
date = 2023-09-18T21:34:58-07:00
description = "Demonstration of the Paige email shortcode."
tags = ["email"]
title = "Email Shortcode"

View File

@@ -1,7 +1,7 @@
+++
authors = ["author-demo"]
categories = ["paige", "shortcodes"]
date = "2023-09-18T21:35:10-07:00"
date = 2023-09-18T21:35:10-07:00
description = "Demonstration of the Paige figure shortcode."
tags = ["figures"]
title = "Figure Shortcode"

View File

@@ -1,7 +1,7 @@
+++
authors = ["author-demo"]
categories = ["paige", "shortcodes"]
date = "2023-09-18T21:34:01-07:00"
date = 2023-09-18T21:34:01-07:00
description = "Demonstration of the Paige gallery shortcode."
tags = ["figures", "gallery", "images"]
title = "Gallery Shortcode"

View File

@@ -1,7 +1,7 @@
+++
authors = ["author-demo"]
categories = ["paige", "shortcodes"]
date = "2023-09-18T21:35:15-07:00"
date = 2023-09-18T21:35:15-07:00
description = "Demonstration of the Paige icon shortcode."
tags = ["icon", "web font"]
title = "Icon Shortcode"

View File

@@ -1,7 +1,7 @@
+++
authors = ["author-demo"]
categories = ["paige", "shortcodes"]
date = "2023-09-18T21:35:22-07:00"
date = 2023-09-18T21:35:22-07:00
description = "Demonstration of the Paige image shortcode."
tags = ["figures", "images"]
title = "Image Shortcode"

View File

@@ -1,7 +1,7 @@
+++
authors = ["author-demo"]
categories = ["paige", "shortcodes"]
date = "2023-09-18T21:35:28-07:00"
date = 2023-09-18T21:35:28-07:00
description = "Demonstration of the Paige quote shortcode."
tags = ["figures", "quotations"]
title = "Quote Shortcode"

View File

@@ -1,7 +1,7 @@
+++
authors = ["author-demo"]
categories = ["paige", "shortcodes"]
date = "2023-09-18T21:35:34-07:00"
date = 2023-09-18T21:35:34-07:00
description = "Demonstration of the Paige Vimeo shortcode."
tags = ["videos", "vimeo"]
title = "Vimeo Shortcode"

View File

@@ -1,7 +1,7 @@
+++
authors = ["author-demo"]
categories = ["paige", "shortcodes"]
date = "2023-09-18T21:35:40-07:00"
date = 2023-09-18T21:35:40-07:00
description = "Demonstration of the Paige YouTube shortcode."
tags = ["videos", "youtube"]
title = "YouTube Shortcode"