hugo-geekdoc/exampleSite/content/en/shortcodes/icons.md

677 B

title
Icons

Simple shortcode to include icons from SVG sprites outside of menus.

Usage

{{</* icon "thumbs-up" */>}}

Example

Output Code
{{< icon "thumbs-up" >}} {{</* icon "thumbs-up" */>}}
{{< icon "thumbs-down" >}} {{</* icon "thumbs-down" */>}}
{{< icon "laugh" >}} {{</* icon "laugh" */>}}
{{< icon "lemon" >}} {{</* icon "lemon" */>}}
{{< icon "moon" >}} {{</* icon "moon" */>}}