Files
paige-hugo/exampleSite/content/shortcodes/quote.md
2023-02-12 22:31:51 -08:00

800 B

authors, categories, date, description, tags, title
authors categories date description tags title
michael_bluth
paige
2023-01-02 Demonstration of the Paige quote shortcode.
figures
quotations
shortcodes
Quote Shortcode

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 >}}