Skip to content

Instantly share code, notes, and snippets.

@opattison
Created February 21, 2014 21:28
Show Gist options
  • Save opattison/9143927 to your computer and use it in GitHub Desktop.
Save opattison/9143927 to your computer and use it in GitHub Desktop.
A test for YAML front matter loading of image attributes.
image
2
url
image2.jpg
caption
caption 2
alt:'alt text 2'
coordinates
0
51

{% for image in page.image %}

{{ page.image[forloop.index0].alt }}

{{ page.image[forloop.index0].caption }} {% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment