Sha256: ed2bab863573021b984f577dbd07203911da7cb396c90a01794fa652e79018fc
Contents?: true
Size: 503 Bytes
Versions: 6
Compression:
Stored size: 503 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
6 entries across 6 versions & 2 rubygems