Sha256: 3a348632dffedb807d0998b8f5786628161f1fe4c8c37c7b6de8c109574c4e46
Contents?: true
Size: 788 Bytes
Versions: 42
Compression:
Stored size: 788 Bytes
Contents
{%- assign rawtags = "" -%} {%- for post in site.posts -%} {%- assign ttags = post.tags | join:'|' | append:'|' -%} {%- assign rawtags = rawtags | append:ttags -%} {%- endfor -%} {%- assign rawtags = rawtags | split:'|' | sort -%} {%- assign site.tags = "" -%} {%- for tag in rawtags -%} {%- if tag != "" -%} {%- if tags == "" -%} {%- assign tags = tag | split:'|' -%} {%- endif -%} {%- unless tags contains tag -%} {%- assign tags = tags | join:'|' | append:'|' | append:tag | split:'|' -%} {%- endunless -%} {%- endif -%} {%- endfor -%}
Version data entries
42 entries across 42 versions & 1 rubygems
Version | Path |
---|---|
jekyll-zeta-0.3.6.7 | _includes/collecttags.html |
jekyll-zeta-0.3.6.6 | _includes/collecttags.html |