Module: Contentful

Defined in:
lib/jekyll-contentful/contentful-monkeypatch.rb

Overview

Make asset arrays work in liquid templates e.g.

{% for pic in page.gallery %}
  {{ pic.title }}
  <img src="{{ pic.file.url }}" />
{% endfor %}

Defined Under Namespace

Classes: Asset, File