Sha256: 3e4e15ff763f999cad2e9e1d0fd96c574a4c2ebe9ae57bfe711aa47f67936f19
Contents?: true
Size: 998 Bytes
Versions: 4
Compression:
Stored size: 998 Bytes
Contents
--- layout: default title: Home --- <section class="archive"> {% for post in site.posts %} {% unless post.next %} {% unless forloop.first %} </div> </div> {% endunless %} <div class="archive-item fadeInDown animated"> <h2>{{ post.date | date: '%Y' }}</h2> <div> {% else %} {% capture year %}{{ post.date | date: '%Y' }}{% endcapture %} {% capture next_year %}{{ post.next.date | date: '%Y' }}{% endcapture %} {% if year != next_year %} {% unless forloop.first %} </div> </div> {% endunless %} <div class="archive-item fadeInDown animated"> <h2>{{ post.date | date: '%Y' }}</h2> <div> {% endif %} {% endunless %} <article> <a href="{{ post.url | absolute_url }}" title="{{ post.title }}">{{ post.title }}</a> <div class="post-date"> <time datetime="{{ post.date | date: '%Y-%m-%d' }}">{{ post.date | date: "%-d %B" }}</time> </div> </article> {% if forloop.last %} </div> </div> {% endif %} {% endfor %} </section>
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
brume-1.1.1 | _layouts/home.html |
brume-1.1.0 | _layouts/home.html |
brume-1.0.2 | _layouts/home.html |
brume-1.0.1 | _layouts/home.html |