Sha256: 42d93c7ca529f9c9c68e2d08964aa35be68e7ed4bb7a935e74ec174ee7175f15
Contents?: true
Size: 528 Bytes
Versions: 7
Compression:
Stored size: 528 Bytes
Contents
--- layout: null --- {% assign date_format = site.minima.date_format | default: "%b %-d, %Y" %} [ {% for post in site.posts %} { "title" : "{{ post.title | escape }}", "content" : "{{ post.content | slugify | split: '-' | uniq | join }}", "category" : "{{ post.category }}", "tags" : "{{ post.tags | join: ', ' }}", "url" : "{{ post.url | relative_url }}", "date" : "{{ post.date | date: date_format }}" } {% unless forloop.last %},{% endunless %} {% endfor %} ]
Version data entries
7 entries across 7 versions & 1 rubygems