Sha256: 8b37e63ba4e3bb5ae4f62f8e4a19e5c5c35b2e31564b953a9a859160d94f5ae5

Contents?: true

Size: 329 Bytes

Versions: 6

Compression:

Stored size: 329 Bytes

Contents

<h1><%= context.strftime('%B %Y') %></h1>
<ul>
    <% current = nil -%>
    <% for post in posts -%>
        <% if post.day != current -%>
            <li><a href="<%= post.created.strftime('/%Y/%m/%d/') %>"><%= post.created.strftime '%e' %></a></li>
            <% current = post.day -%>
        <% end -%>
    <% end -%>
</ul>

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
zzot-semi-static-0.0.2 test/source/indices/month.erb
zzot-semi-static-0.0.3 test/source/indices/month.erb
zzot-semi-static-0.0.4 test/source/indices/month.erb
zzot-semi-static-0.0.5 test/source/indices/month.erb
zzot-semi-static-0.0.6 test/source/indices/month.erb
zzot-zzot-semi-static-0.0.1 test/source/indices/month.erb