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.

804 B

authors categories description tags title weight
will_faught
paige
shortcodes
Demonstration of the Paige quote shortcode.
figures
quotations
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 >}}