Sha256: 3212d06eccb76ce3d2266e8754d3daf41de85966d5065fd2294bd37a6fbb3942
Contents?: true
Size: 724 Bytes
Versions: 4
Compression:
Stored size: 724 Bytes
Contents
<div class="archive-tags"> <a class="tag-item" href="#">all</a> {%- for tag in site.tags -%} {% capture name %}{{ tag | first }}{% endcapture %} <a class="tag-item" href="#{{name}}">{{ name }}</a> {%- endfor -%} </div> <!-- TODO Dates / Titles aren't aligned --> {%- for tag in site.tags -%} {%- capture name -%}{{ tag | first }}{%- endcapture -%} <h2 id="{{ name }}">{{ name | upcase }}</h2> {%- for post in site.tags[name] -%} <article class="post-item" id="results-container"> <span class="post-item-date">{{ post.date | date: "%b %d, %Y" }}</span> <h3 class="post-item-title"> <a href="{{ post.url }}">{{ post.title | escape }}</a> </h3> </article> {%- endfor -%} {%- endfor -%}
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
jscom_ice-0.0.5 | _includes/tags.html |
jscom_ice-0.0.4 | _includes/tags.html |
jscom_ice-0.0.3 | _includes/tags.html |
jscom_ice-0.0.2 | _includes/tags.html |