Sha256: a02456be867359a62bbcb2f9a11f561f5bba8d6be2a7e36628c974aacbe5af54

Contents?: true

Size: 882 Bytes

Versions: 14

Compression:

Stored size: 882 Bytes

Contents

---
layout: default
---

{%-include back_link.html-%}

<h1>{{ page.title }}</h1>


{%-assign posts = site.posts-%}
{%- if posts.size > 0 -%}

{% assign ymPre = "" %}
{% capture archive_date_format %} {{ site.theme_config.archive_date_format | default: "%Y"}}{% endcapture %}

{% capture archive_date_titleformat %} {{ site.theme_config.archive_title_date_format | default: "%m-%d"}}{% endcapture %}
{%- for post in posts limit: include.limit -%}
    {% capture  ymCur %} {{post.date | date: archive_date_format}} {% endcapture %}
    {% if ymCur != ymPre %}
        <h3>{{ymCur}}</h3>
    {% endif %}
    {% assign ymPre = ymCur %}


  <ul>
        
        
        <li>
          <span>{{- post.date | date: archive_date_titleformat }}</span>
          <a href="{{ post.url | relative_url }}">{{ post.title | downcase }}</a>
        </li>
    
  </ul>
{%- endfor -%}
{%- endif -%}

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
no-style-please2-0.7.4.4 _layouts/archive.html
no-style-please2-0.7.4.3 _layouts/archive.html
no-style-please2-0.7.4.2 _layouts/archive.html
no-style-please2-0.7.4.1 _layouts/archive.html
no-style-please2-0.7.4 _layouts/archive.html
no-style-please2-0.7.3 _layouts/archive.html
no-style-please2-0.7.2 _layouts/archive.html
no-style-please2-0.7.1 _layouts/archive.html
no-style-please2-0.7.0 _layouts/archive.html
no-style-please2-0.6.4 _layouts/archive.html
no-style-please2-0.6.3.2 _layouts/archive.html
no-style-please2-0.6.3.1 _layouts/archive.html
no-style-please2-0.6.3 _layouts/archive.html
no-style-please2-0.6.2.1 _layouts/archive.html