Class: Contentful::Asset

Inherits:
Object
  • Object
show all
Defined in:
lib/jekyll-contentful/contentful-monkeypatch.rb

Instance Method Summary collapse

Instance Method Details

#to_liquidObject



12
13
14
# File 'lib/jekyll-contentful/contentful-monkeypatch.rb', line 12

def to_liquid
  Jekyll::Utils.stringify_hash_keys(self.fields)
end