Sha256: 72a307fc83f11e090273c69a4af5f03a37618b3e9fbc86e5d335be1adf1474d4
Contents?: true
Size: 680 Bytes
Versions: 6
Compression:
Stored size: 680 Bytes
Contents
--- layout: default --- <div class="home__content"> {{ content }} </div> {%- if site.posts.size > 0 -%} <h2 id="post-list-title" class="post-list-title">Posts</h2> <section aria-labelledby="post-list-title"> <ol class="post-list"> {%- for post in site.posts -%} <li class="post-list__post"> {%- assign date_format = site.hima.date_format | default: "%b %-d, %Y" -%} <span class="post-list__date">{{ post.date | date: date_format }}</span> <h3 class="post-list__title"> <a href="{{ post.url | relative_url }}">{{ post.title }}</a> </h3> <div class="post-list__excerpt">{{ post.excerpt }}</div> </li> {%- endfor -%} </ul> </section> {%- endif -%}
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
hima-1.0.5 | _layouts/home.html |
hima-1.0.4 | _layouts/home.html |
hima-1.0.3 | _layouts/home.html |
hima-1.0.2 | _layouts/home.html |
hima-1.0.1 | _layouts/home.html |
hima-1.0.0 | _layouts/home.html |