Sha256: 4f3328b52892cd01e5d34c0a93de9c5309b2f7caf8dbcefd2bfb0eeabb615d8b
Contents?: true
Size: 634 Bytes
Versions: 1
Compression:
Stored size: 634 Bytes
Contents
--- --- {% assign posts=site.posts | sort: 'lang' %} {% assign pages=site.html_pages | sort: 'lang' | concat: posts %} [ {% for page in pages %} { "lang" : "{{ page.lang }}", "title" : "{{ page.title | default: site.title | escape }}", "description" : "{{ page.description | default: site.description | strip_html | strip_newlines | escape }}", "url" : "{{ site.url }}{{ site.baseurl }}{{ page.url }}", "tags" : "{{ page.tags | join: ', ' }}", "date" : "{{ page.date }}" } {% unless forloop.last %},{% endunless %} {% endfor %} ]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-consulting-0.6.2 | index.json |