Add icons shortcode

This commit is contained in:
Will Faught
2023-04-08 15:19:36 -07:00
parent fa09c54fa5
commit 522f931034
3 changed files with 21 additions and 3 deletions

View File

@@ -35,6 +35,7 @@ It's a versatile canvas that serves most web needs.
- Gallery shortcode
- Header links
- Icon shortcode
- Icons shortcode
- Image shortcode
- Landing page
- Languages
@@ -541,6 +542,20 @@ Parameters:
<dd>Optional. String. URL. Example is <code>https://github.com/willfaught/paige</code>. E-mails in URLs with a <code>mailto:</code> scheme are protected from web crawlers.</dd>
</dl>
### 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.