Files
paige-hugo/exampleSite/content/blog/image-shortcode.md
2023-01-21 23:43:52 -08:00

558 B

categories, date, description, tags, title
categories date description tags title
paige
2023-01-04 Demonstration of the Paige image shortcode.
figures
shortcodes
Image Shortcode

Code:

{{</* paige/image src="stretch.webp" */>}}

Result:

{{< paige/image src="stretch.webp" >}}


Code:

{{</* paige/image src="stretch.webp" caption="Landscape" width="50%" link="https://github.com/willfaught/paige" */>}}

Result:

{{< paige/image src="stretch.webp" caption="Landscape" width="50%" link="https://github.com/willfaught/paige" >}}