Sha256: 87602d7c4215202f1b95f05b4d991887c90bed7336ff1e0cfcbcec83aaf64cc7
Contents?: true
Size: 882 Bytes
Versions: 3
Compression:
Stored size: 882 Bytes
Contents
--- layout: default --- {% assign posts = site.posts | where: 'layout', 'post' %} <section class="home"> <header> <h1 class="page-heading">{{ site.title }}</h1> <p class="lead">{{ site.description }}</p> </header> {{ content }} {%- if site.posts.size > 0 -%} <section class="articles"> <h2>{{ site.i18n.home.articles | default: 'Articles' }}</h2> {%- for post in posts -%} <article> {%- assign date_format = site.i18n.date_format | default: '%b %-d, %Y' -%} <span class="post-meta">{{ post.date | date: date_format }}</span> <h3> <a class="post-link" href="{{ post.url }}"> {{ post.title | escape }} </a> </h3> <p class="lead">{{ post.description }}</p> </article> <hr> {%- endfor -%} </section> {%- endif -%} </section>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sutty-jekyll-theme-0.3.9 | _layouts/home.html |
sutty-jekyll-theme-0.3.8 | _layouts/home.html |
sutty-jekyll-theme-0.3.7 | _layouts/home.html |