From 4c10f82fa5b672ff96903e8a66bb47404e5d3885 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Fri, 6 Jan 2023 17:50:54 -0800 Subject: [PATCH] Adjust shortcode post descriptions --- exampleSite/content/blog/code-shortcode.md | 2 +- exampleSite/content/blog/figure-shortcode.md | 2 +- exampleSite/content/blog/gallery-shortcode/index.md | 2 +- exampleSite/content/blog/image-shortcode.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/exampleSite/content/blog/code-shortcode.md b/exampleSite/content/blog/code-shortcode.md index 04ca6d6c..c7d904bf 100644 --- a/exampleSite/content/blog/code-shortcode.md +++ b/exampleSite/content/blog/code-shortcode.md @@ -1,7 +1,7 @@ --- categories: [paige] date: "2023-01-02" -description: Demonstration of the code shortcode. +description: Demonstration of the Paige code shortcode. tags: [figures, shortcodes] title: Code Shortcode --- diff --git a/exampleSite/content/blog/figure-shortcode.md b/exampleSite/content/blog/figure-shortcode.md index d749879a..b07ea2c5 100644 --- a/exampleSite/content/blog/figure-shortcode.md +++ b/exampleSite/content/blog/figure-shortcode.md @@ -1,7 +1,7 @@ --- categories: [paige] date: "2023-01-01" -description: Demonstration of the figure shortcode. +description: Demonstration of the Paige figure shortcode. tags: [figures, shortcodes] title: Figure Shortcode --- diff --git a/exampleSite/content/blog/gallery-shortcode/index.md b/exampleSite/content/blog/gallery-shortcode/index.md index c84e1857..210f4565 100644 --- a/exampleSite/content/blog/gallery-shortcode/index.md +++ b/exampleSite/content/blog/gallery-shortcode/index.md @@ -1,6 +1,6 @@ --- date: "2023-01-04" -description: Demonstration of the gallery shortcode. +description: Demonstration of the Paige gallery shortcode. title: Gallery Shortcode --- diff --git a/exampleSite/content/blog/image-shortcode.md b/exampleSite/content/blog/image-shortcode.md index ffb6e8d1..8fec6ae2 100644 --- a/exampleSite/content/blog/image-shortcode.md +++ b/exampleSite/content/blog/image-shortcode.md @@ -1,7 +1,7 @@ --- categories: [paige] date: "2023-01-03" -description: Demonstration of the image shortcode. +description: Demonstration of the Paige image shortcode. tags: [figures, shortcodes] title: Image Shortcode ---