Sha256: 942c2777410c4dc6af000e0cc374aa747085847f4b7e2bcd7a8d7d3101c01550
Contents?: true
Size: 564 Bytes
Versions: 9
Compression:
Stored size: 564 Bytes
Contents
--- --- [ {% for post in site.posts %} { "title" : "{{ post.title | escape }}", "url" : "{{ site.baseurl }}{{ post.url }}", "categories" : "{{ post.categories | join: ', ' }}", "tags" : "{{ post.tags | join: ', ' }}", "date" : "{{ post.date }}", "discription" : "{{ post.description | strip_html | strip_newlines | escape }}", "excerpt" : "{{ post.excerpt | strip_html | strip_newlines | escape }}" } {% unless forloop.last %},{% endunless %} {% endfor %} ]
Version data entries
9 entries across 9 versions & 2 rubygems