From e5351c6268f4dd5cedbcc1193e805e6715b180ca Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 8 Apr 2023 19:51:18 -0700 Subject: [PATCH] Remove icons shortcode --- README.md | 15 --------------- exampleSite/content/_index.md | 6 +++--- layouts/shortcodes/paige/icons.html | 3 --- 3 files changed, 3 insertions(+), 21 deletions(-) delete mode 100644 layouts/shortcodes/paige/icons.html diff --git a/README.md b/README.md index e61b8dd4..5f299c9e 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,6 @@ It's a versatile canvas that serves most web needs. - Gallery shortcode - Header links - Icon shortcode -- Icons shortcode - Image shortcode - Landing page - Languages @@ -497,20 +496,6 @@ Parameters:
Optional. String. URL. Example is https://github.com/willfaught/paige. E-mails in URLs with a mailto: scheme are protected from web crawlers.
-### Icons - -The `paige/icons` shortcode presents a sequence of `paige/icon`. - -``` -{{< paige/icons >}} - -{{< /paige/icons >}} -``` - -Inner content: The sequence of `paige/icon`. - -Parameters: None. - ### Image The `paige/image` shortcode provides a figure with an image. diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md index 09f990e0..8d058943 100644 --- a/exampleSite/content/_index.md +++ b/exampleSite/content/_index.md @@ -31,6 +31,6 @@ title: "Paige" Install it now.

-{{< paige/icons >}} -{{< paige/icon class="bi bi-github" name="GitHub" url="https://github.com/willfaught/paige" >}} -{{< /paige/icons >}} +
+ {{< paige/icon class="bi bi-github" name="GitHub" url="https://github.com/willfaught/paige" >}} +
diff --git a/layouts/shortcodes/paige/icons.html b/layouts/shortcodes/paige/icons.html deleted file mode 100644 index 68e26ce9..00000000 --- a/layouts/shortcodes/paige/icons.html +++ /dev/null @@ -1,3 +0,0 @@ -
- {{ .Inner }} -