Sha256: 7b07b5f1187d191db2b8236443a08e378c0ba9f2c7b25bc52ed80001e1808ebf
Contents?: true
Size: 601 Bytes
Versions: 1
Compression:
Stored size: 601 Bytes
Contents
--- layout: default --- {{ content }} {%- for post in site.posts -%} {%- assign currentdate = post.date | date: "%Y" -%} {%- if currentdate != date -%} {%- unless forloop.first -%}</ul>{% endunless %} <h2 id="year-{{post.date | date: "%Y"}}">{{ currentdate }}</h2> <ul class="blog-articles__list"> {% assign date = currentdate %} {%- endif -%} <li class="one-liner"> <time datetime="{{ post.date | date: '%Y-%m-%d' }}">{{ post.date | date: '%b %d' }}</time> <a href="{{ post.url }}">{{ post.title }}</a> </li> {%- if forloop.last -%}</ul>{% endif %} {% endfor %}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
oinam-jekyll-1.0.0 | _layouts/home.html |