Sha256: 88f331736d3065a0e6ac2e2233e0301ac58d3f47473bd36860d599cc4c680913

Contents?: true

Size: 1.09 KB

Versions: 13

Compression:

Stored size: 1.09 KB

Contents

---
layout: page
---

{{ content }}

{%- assign taxonomies = site.posts | group_by_exp: "post", "post.date | date: '%Y'" -%}

<div class="taxonomies-wrapper">
  <ul class="taxonomies">
    {%- for taxonomy in taxonomies -%}
      <li>
        {%- capture link -%}{{ page.permalink }}#{{ taxonomy.name }}{%- endcapture -%}
        <a class="taxonomy" href="{{ link | relative_url }}">
            <span>{{ taxonomy.name }}</span>
            <span class="taxonomy-count">{{ taxonomy.size }}</span>
        </a> 
      </li>
    {%- endfor -%}
  </ul>
</div>

{% comment %} Show posts by taxonomy {% endcomment %}
{%- for taxonomy in taxonomies -%}
  <h2 id="{{ taxonomy.name }}">
    {{ taxonomy.name }}
  </h2>
  <ul class="post-list-by-taxonomy">
    {%- assign posts = taxonomy.items -%}
    {%- for post in posts -%}
      <li>
        <time datetime="{{ page.date | date_to_xmlschema }}">{{ post.date | date: "%Y-%m-%d" }}</time> &raquo; <a href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
      </li>
    {%- endfor -%}
  </ul>
  <a href="#" class="back-to-top">Top &#8648;</a>
{%- endfor -%}

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
jekyll-theme-hamilton-1.4.2 _layouts/archive-years.html
jekyll-theme-hamilton-1.4.1 _layouts/archive-years.html
jekyll-theme-hamilton-1.4.0 _layouts/archive-years.html
jekyll-theme-hamilton-1.3.0 _layouts/archive-years.html
jekyll-theme-hamilton-1.2.0 _layouts/archive-years.html
jekyll-theme-hamilton-1.1.0 _layouts/archive-years.html
jekyll-theme-hamilton-1.0.0 _layouts/archive-years.html
jekyll-theme-hamilton-0.2.1 _layouts/archive-years.html
jekyll-theme-hamilton-0.2.0 _layouts/archive-years.html
jekyll-theme-hamilton-0.1.2 _layouts/archive-years.html
jekyll-theme-hamilton-0.1.1 _layouts/archive-years.html
jekyll-theme-hamilton-0.1.0 _layouts/archive-years.html
hamilton-0.2.2 _layouts/archive-years.html