Sha256: 6f2f44737bb89da32b2c04eac444f0dd8a46ea44b38693edb38f361571cbb215

Contents?: true

Size: 657 Bytes

Versions: 16

Compression:

Stored size: 657 Bytes

Contents

            {% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %}
            {% unless year == this_year %}
            {% assign year = this_year %}
            <h2 class='year'><a href='/archives/{{ year }}/'>{{year}}</a></h2>
            {% endunless %}

            {% capture this_month %}{{ post.date | date: "%B%Y" }}{% endcapture %}
            {% unless month == this_month %}
            {% assign month = this_month %}
            <h3 class='month'>{{ post.date | date: "%B" }}</h3>
            {% endunless %}

            <li><span class='day'>{{ post.date | date:"%d" }}</span> <a href="{{ post.url }}">{{ post.title }}</a></li>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
jekyll-theme-perry-0.1.16 _includes/archives.html
jekyll-theme-perry-0.1.15 _includes/archives.html
jekyll-theme-perry-0.1.14 _includes/archives.html
jekyll-theme-perry-0.1.13 _includes/archives.html
jekyll-theme-perry-0.1.12 _includes/archives.html
jekyll-theme-perry-0.1.11 _includes/archives.html
jekyll-theme-perry-0.1.10 _includes/archives.html
jekyll-theme-perry-0.1.8 _includes/archives.html
jekyll-theme-perry-0.1.7 _includes/archives.html
jekyll-theme-perry-0.1.6 _includes/archives.html
jekyll-theme-perry-0.1.5 _includes/archives.html
jekyll-theme-perry-0.1.4 _includes/archives.html
jekyll-theme-perry-0.1.3 _includes/archives.html
jekyll-theme-perry-0.1.2 _includes/archives.html
jekyll-theme-perry-0.1.1 _includes/archives.html
jekyll-theme-perry-0.1.0 _includes/archives.html