Skip to content

Instantly share code, notes, and snippets.

@sukeharu
Last active October 2, 2022 11:02
Show Gist options
  • Save sukeharu/5733a0faf8c1002c4eea5709fc802924 to your computer and use it in GitHub Desktop.
Save sukeharu/5733a0faf8c1002c4eea5709fc802924 to your computer and use it in GitHub Desktop.
Hugo Shortcodes embed <figure> tag

Basic usage:
{{< figure src="path/to/image.png" >}}

add figcaption:
{{< figure src="path/to/image.png" caption="figure caption" >}}

set width:
{{< figure src="path/to/image.png" caption="figure caption" width="500" >}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment