From 29abec8f42487d9fbd217bf6296bc30ab34e739e Mon Sep 17 00:00:00 2001 From: Will Faught Date: Tue, 25 Apr 2023 17:31:33 -0700 Subject: [PATCH] Remove weights from shortcode pages --- exampleSite/content/shortcodes/code.md | 1 - exampleSite/content/shortcodes/figure.md | 1 - exampleSite/content/shortcodes/gallery/index.md | 1 - exampleSite/content/shortcodes/image.md | 1 - exampleSite/content/shortcodes/quote.md | 1 - exampleSite/content/shortcodes/vimeo.md | 1 - exampleSite/content/shortcodes/youtube.md | 1 - 7 files changed, 7 deletions(-) diff --git a/exampleSite/content/shortcodes/code.md b/exampleSite/content/shortcodes/code.md index 39f7afcc..9dd59fca 100644 --- a/exampleSite/content/shortcodes/code.md +++ b/exampleSite/content/shortcodes/code.md @@ -4,7 +4,6 @@ categories: ["paige", "shortcodes"] description: "Demonstration of the Paige code shortcode." tags: ["code", "figures"] title: "Code Shortcode" -weight: 30 --- Paige provides a `paige/code` shortcode for displaying code. diff --git a/exampleSite/content/shortcodes/figure.md b/exampleSite/content/shortcodes/figure.md index 4a3a673c..b5f9265d 100644 --- a/exampleSite/content/shortcodes/figure.md +++ b/exampleSite/content/shortcodes/figure.md @@ -4,7 +4,6 @@ categories: ["paige", "shortcodes"] description: "Demonstration of the Paige figure shortcode." tags: ["figures"] title: "Figure Shortcode" -weight: 10 --- Paige provides a `paige/figure` shortcode for displaying content. diff --git a/exampleSite/content/shortcodes/gallery/index.md b/exampleSite/content/shortcodes/gallery/index.md index 8cb3d7df..a60c1c03 100644 --- a/exampleSite/content/shortcodes/gallery/index.md +++ b/exampleSite/content/shortcodes/gallery/index.md @@ -4,7 +4,6 @@ categories: ["paige", "shortcodes"] description: "Demonstration of the Paige gallery shortcode." tags: ["figures", "gallery", "images"] title: "Gallery Shortcode" -weight: 50 --- Paige provides a `paige/gallery` shortcode for displaying a list of images. diff --git a/exampleSite/content/shortcodes/image.md b/exampleSite/content/shortcodes/image.md index 5e7e584c..b7ca08c6 100644 --- a/exampleSite/content/shortcodes/image.md +++ b/exampleSite/content/shortcodes/image.md @@ -4,7 +4,6 @@ categories: ["paige", "shortcodes"] description: "Demonstration of the Paige image shortcode." tags: ["figures", "images"] title: "Image Shortcode" -weight: 40 --- Paige provides a `paige/image` shortcode for displaying an image. diff --git a/exampleSite/content/shortcodes/quote.md b/exampleSite/content/shortcodes/quote.md index e468311e..08241205 100644 --- a/exampleSite/content/shortcodes/quote.md +++ b/exampleSite/content/shortcodes/quote.md @@ -4,7 +4,6 @@ categories: ["paige", "shortcodes"] description: "Demonstration of the Paige quote shortcode." tags: ["figures", "quotations"] title: "Quote Shortcode" -weight: 20 --- Paige provides a `paige/quote` shortcode for displaying a quotation. diff --git a/exampleSite/content/shortcodes/vimeo.md b/exampleSite/content/shortcodes/vimeo.md index 6f190890..b8343430 100644 --- a/exampleSite/content/shortcodes/vimeo.md +++ b/exampleSite/content/shortcodes/vimeo.md @@ -4,7 +4,6 @@ categories: ["paige", "shortcodes"] description: "Demonstration of the Paige Vimeo shortcode." tags: ["videos", "vimeo"] title: "Vimeo Shortcode" -weight: 70 --- Paige provides a `paige/vimeo` shortcode for playing Vimeo videos. diff --git a/exampleSite/content/shortcodes/youtube.md b/exampleSite/content/shortcodes/youtube.md index 849039e5..2be0e05e 100644 --- a/exampleSite/content/shortcodes/youtube.md +++ b/exampleSite/content/shortcodes/youtube.md @@ -4,7 +4,6 @@ categories: ["paige", "shortcodes"] description: "Demonstration of the Paige YouTube shortcode." tags: ["videos", "youtube"] title: "YouTube Shortcode" -weight: 60 --- Paige provides a `paige/youtube` shortcode for playing YouTube videos.