Add quotes to YAML strings

This commit is contained in:
Will Faught
2023-02-22 21:22:54 -08:00
parent c921fe37b7
commit 151a4e73da
16 changed files with 69 additions and 69 deletions

View File

@@ -1,9 +1,9 @@
---
authors: [will_faught]
categories: [paige]
description: Demonstration of the Paige code shortcode.
tags: [code, figures, shortcodes]
title: Code Shortcode
authors: ["will_faught"]
categories: ["paige"]
description: "Demonstration of the Paige code shortcode."
tags: ["code", "figures", "shortcodes"]
title: "Code Shortcode"
weight: 30
---

View File

@@ -1,9 +1,9 @@
---
authors: [will_faught]
categories: [paige]
description: Demonstration of the Paige figure shortcode.
tags: [figures, shortcodes]
title: Figure Shortcode
authors: ["will_faught"]
categories: ["paige"]
description: "Demonstration of the Paige figure shortcode."
tags: ["figures", "shortcodes"]
title: "Figure Shortcode"
weight: 10
---

View File

@@ -1,9 +1,9 @@
---
authors: [will_faught]
categories: [paige]
description: Demonstration of the Paige gallery shortcode.
tags: [figures, gallery, images, shortcodes]
title: Gallery Shortcode
authors: ["will_faught"]
categories: ["paige"]
description: "Demonstration of the Paige gallery shortcode."
tags: ["figures", "gallery", "images", "shortcodes"]
title: "Gallery Shortcode"
weight: 50
---

View File

@@ -1,9 +1,9 @@
---
authors: [will_faught]
categories: [paige]
description: Demonstration of the Paige image shortcode.
tags: [figures, images, shortcodes]
title: Image Shortcode
authors: ["will_faught"]
categories: ["paige"]
description: "Demonstration of the Paige image shortcode."
tags: ["figures", "images", "shortcodes"]
title: "Image Shortcode"
weight: 40
---

View File

@@ -1,9 +1,9 @@
---
authors: [will_faught]
categories: [paige]
description: Demonstration of the Paige quote shortcode.
tags: [figures, quotations, shortcodes]
title: Quote Shortcode
authors: ["will_faught"]
categories: ["paige"]
description: "Demonstration of the Paige quote shortcode."
tags: ["figures", "quotations", "shortcodes"]
title: "Quote Shortcode"
weight: 20
---

View File

@@ -1,9 +1,9 @@
---
authors: [will_faught]
categories: [paige]
description: Demonstration of the Paige Vimeo shortcode.
tags: [shortcodes, videos, vimeo]
title: Vimeo Shortcode
authors: ["will_faught"]
categories: ["paige"]
description: "Demonstration of the Paige Vimeo shortcode."
tags: ["shortcodes", "videos", "vimeo"]
title: "Vimeo Shortcode"
weight: 70
---

View File

@@ -1,9 +1,9 @@
---
authors: [will_faught]
categories: [paige]
description: Demonstration of the Paige YouTube shortcode.
tags: [shortcodes, videos, youtube]
title: YouTube Shortcode
authors: ["will_faught"]
categories: ["paige"]
description: "Demonstration of the Paige YouTube shortcode."
tags: ["shortcodes", "videos", "youtube"]
title: "YouTube Shortcode"
weight: 60
---