You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
552 B
552 B
categories | date | description | tags | title | |||
---|---|---|---|---|---|---|---|
|
2023-01-03 | Demonstration of the image shortcode. |
|
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" >}}