Sha256: 1b89f22c45d2cd63993c1a9fa79fe0d604645073c4a78dae5f5f0cdde42d3051
Contents?: true
Size: 404 Bytes
Versions: 7
Compression:
Stored size: 404 Bytes
Contents
{% if include.params.filter %} {% assign filter = include.params.filter %} {% endif %} {% assign split_mark = '<|>' %} {% assign dates = '' %} {% for post in site.posts %} {% assign name = post.date | date: filter %} {% assign dates = dates | append: split_mark | append: name %} {% endfor %} {% assign return = dates | remove_first: split_mark | split: split_mark | sort: self | uniq %}
Version data entries
7 entries across 7 versions & 1 rubygems