kinlane
9/15/2013 - 6:07 PM

Article API

Article API

---
---
{"articles":[{% for post in site.posts %}{% if post.type == 'article' %}
  	{
		"title":"{{post.title}}",
		"body":"{{post.content | newline_to_br | escape | strip_newlines}}"
		},{% endif %}{% endfor %}false
]}