Sha256: 5b229618c1b0ccde298caef47733884b873c114dc66cdbf7c8dc0fad986fa593
Contents?: true
Size: 1.08 KB
Versions: 1
Compression:
Stored size: 1.08 KB
Contents
--- layout: default --- <div> {%- if page.title -%} <h1>{{ page.title }}</h1> {%- endif -%} {% if site.paginate %} {% assign posts = paginator.posts %} {% else %} {% assign posts = site.posts %} {% endif %} {%- if posts.size > 0 -%} {%- if page.list_title -%} <h2>{{ page.list_title }}</h2> {%- endif -%} <ul class="post-list"> {%- assign date_format = site.aurora.date_format | default: "%b %-d, %Y" -%} {%- for post in posts -%} <li class="post-list-item"> <span class="post-date">{{ post.date | date: date_format }}</span> <h3 class="post-title"> <a href="{{ post.url | relative_url }}"> {{ post.title | escape }} </a> </h3> <p class="post-excerpt"> {%- if site.show_excerpts -%} {{ post.excerpt }} {%- endif -%} </p> </li> {%- endfor -%} </ul> {%- endif -%} </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-aurora-0.1.0 | _layouts/home.html |