Sha256: e4ea06b978f136524796ada2e1fda5578894844318f99a0d423e8e0c350ddb6d
Contents?: true
Size: 625 Bytes
Versions: 1
Compression:
Stored size: 625 Bytes
Contents
--- --- {% capture tags %} {% for tag in site.tags %} {{ tag[0] }} {% endfor %} {% endcapture %} {% assign sortedtags = tags | split:' ' | sort %} [ {% for tag in sortedtags %} { "id" : "{{ tag | escape}}", "post": [ {% for post in site.tags[tag] %} { "title": "{{ post.title | escape }}", "excerpt": "{{ post.excerpt | strip_html | escape | strip_newlines}}", "url": "{{ site.baseurl }}{{ post.url }}" } {% unless forloop.last %},{% endunless %} {% endfor %}] } {% unless forloop.last %},{% endunless %} {% endfor %} ]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-mdui-0.2.1 | tags.json |