Sha256: 7f75475eef74675dc0fc4b945004156cfbed40a5e4dbc33743581a552e1e1351
Contents?: true
Size: 468 Bytes
Versions: 1
Compression:
Stored size: 468 Bytes
Contents
--- layout: none --- [ {% for post in site.posts %} { "tags" : "{{ post.tags | join: ', ' }}", "title" : {{ post.title | jsonify | strip_html }}, "excerpt" : {{ post.excerpt | jsonify | strip_html }}, "url" : "{{ post.url }}", "date" : "{{ post.date | date: "%b %-d, %Y" }}", "content" : {{ post.content | jsonify | strip_html }} } {% unless forloop.last %},{% endunless %} {% endfor %} ]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
minimaJake-1.0.10 | assets/js/posts.json |