Skip to content

Instantly share code, notes, and snippets.

@aelaguiz
Created August 6, 2014 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aelaguiz/e48b52bb09f80efe164e to your computer and use it in GitHub Desktop.
Save aelaguiz/e48b52bb09f80efe164e to your computer and use it in GitHub Desktop.
Recipe: Embed an Image
<!-- Simplest case -->
{{ "images/my_image.png" | asset_url | img_tag }}
<!-- With alt -->
{{ "images/my_image.png" | asset_url | img_tag(alt="My image") }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment