Callout Component

A built-in component to show important information to the reader.

Example

๐Ÿ‘พ
A callout is a short piece of text intended to attract attention.
โ„น๏ธ
A callout is a short piece of text intended to attract attention.
โš ๏ธ
A callout is a short piece of text intended to attract attention.
๐Ÿšซ
A callout is a short piece of text intended to attract attention.

Usage

Default

๐ŸŒ
Hugo can be used to create a wide variety of websites, including blogs, portfolios, documentation sites, and more.
{{< callout emoji="๐ŸŒ" >}}
  Hugo can be used to create a wide variety of websites, including blogs, portfolios, documentation sites, and more.
{{< /callout >}}

Info

โ„น๏ธ
Please visit GitHub to see the latest releases.
{{< callout type="info" >}}
  Please visit GitHub to see the latest releases.
{{< /callout >}}

Warning

โš ๏ธ
This API will be deprecated in the next version.
{{< callout type="warning" >}}
  A **callout** is a short piece of text intended to attract attention.
{{< /callout >}}

Error

๐Ÿšซ
Something went wrong and it’s going to explode.
{{< callout type="error" >}}
  Something went wrong and it's going to explode.
{{< /callout >}}