Sha256: 6b19a15638a13ffc964fda53dde150931ef71db9bba3926e7582925e30676868
Contents?: true
Size: 869 Bytes
Versions: 14
Compression:
Stored size: 869 Bytes
Contents
--- layout: default --- {% assign posts = site.posts | where: "layout", "post" %} <div class="home"> {%- if page.title -%} <h1 class="page-heading">{{ page.title }}</h1> {%- endif -%} {{ content }} {%- if posts.size > 0 -%} {%- if page.list_title -%} <h2 class="post-list-heading">{{ page.list_title }}</h2> {%- endif -%} <ul class="post-list"> {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%} {%- for post in posts -%} <li> <span class="post-meta">{{ post.date | date: date_format }}</span> <h3> <a class="post-link" href="{{ post.url }}"> {{ post.title | escape }} </a> </h3> {%- if site.show_excerpts -%} {{ post.excerpt }} {%- endif -%} </li> {%- endfor -%} </ul> {%- endif -%} </div>
Version data entries
14 entries across 14 versions & 1 rubygems