diff --git a/exampleSite/content/shortcodes/icon.md b/exampleSite/content/shortcodes/icon.md index 33d16e0d..c1f40c6c 100644 --- a/exampleSite/content/shortcodes/icon.md +++ b/exampleSite/content/shortcodes/icon.md @@ -14,18 +14,6 @@ Paige provides a `paige/icon` shortcode for displaying a web font icon. Code: -```go-text-template -

Icon: {{}}

-``` - -Result: - -

Icon: {{< paige/icon class="bi bi-github" >}}

- ---- - -Code: - ```go-text-template

Icon: {{}}

``` @@ -39,21 +27,21 @@ Result: Code: ```go-text-template -

Icon: {{}}

+

Icon: {{}}

``` Result: -

Icon: {{< paige/icon class="bi bi-github" name="GitHub" >}}

+

Icon: {{< paige/icon class="bi bi-github" name="GitHub" >}}

## Url parameter Code: ```go-text-template -

Icon: {{}}

+

Icon: {{}}

``` Result: -

Icon: {{< paige/icon class="bi bi-github" url="https://github.com/willfaught/paige" >}}

+

Icon: {{< paige/icon class="bi bi-github" url="https://github.com/willfaught/paige" >}}