Sha256: 1df2c0bcd810256075f826696ef4c12367f1796817a3597b37db8df0dc041343
Contents?: true
Size: 490 Bytes
Versions: 32
Compression:
Stored size: 490 Bytes
Contents
--- layout: default --- {{ content }} {% assign contentwonl = content | strip_newlines %} {% unless contentwonl == "" %} <br /> {% endunless %} <!-- add line break if there is any content --> {%- if site.posts.size > 0 -%} <ul> {%- for post in site.posts -%} <li> {%- assign date_format = "%Y-%m-%d" -%} [ {{ post.date | date: date_format }} ] <a href="{{ post.url | relative_url }}">{{ post.title | escape }}</a> </li> {%- endfor -%} </ul> {%- endif -%}
Version data entries
32 entries across 32 versions & 4 rubygems