Sha256: e639939844d1d1a545dd9dfcef93e0b94e08c793086bfe618c85a6f551c7b47e
Contents?: true
Size: 540 Bytes
Versions: 8
Compression:
Stored size: 540 Bytes
Contents
--- layout: compress swcache: true --- [ {% for post in site.posts %} { "title": {{ post.title | jsonify }}, "url": {{ post.url | relative_url | jsonify }}, "categories": {{ post.categories | join: ', ' | jsonify }}, "tags": {{ post.tags | join: ', ' | jsonify }}, "date": "{{ post.date }}", {% include no-linenos.html content=post.content %} "snippet": {{ content | strip_html | strip_newlines | jsonify }} }{% unless forloop.last %},{% endunless %} {% endfor %} ]
Version data entries
8 entries across 8 versions & 1 rubygems