Files
paige-hugo/exampleSite/content/shortcodes/quote.md
2023-02-22 22:57:17 -08:00

804 B

authors, categories, description, tags, title, weight
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 >}}