804 B
804 B
authors, categories, description, tags, title, weight
authors | categories | description | tags | title | weight | |||||
---|---|---|---|---|---|---|---|---|---|---|
|
|
Demonstration of the Paige quote shortcode. |
|
Quote Shortcode | 20 |
Paige provides a paige/quote
shortcode for displaying a quotation.
Code:
{{</* paige/quote */>}}
Don't believe everything you read on the Internet.
{{</* /paige/quote */>}}
Result:
{{< paige/quote >}} Don't believe everything you read on the Internet. {{< /paige/quote >}}
Code:
{{</* paige/quote caption="Abraham Lincoln" */>}}
Don't believe everything you read on the Internet.
{{</* /paige/quote */>}}
Result:
{{< paige/quote caption="Abraham Lincoln" >}} Don't believe everything you read on the Internet. {{< /paige/quote >}}