Sha256: 426d40a30c6cc760a8344f56c5b42d23204467be914cf69226852914d7fa2695

Contents?: true

Size: 672 Bytes

Versions: 1

Compression:

Stored size: 672 Bytes

Contents

---
layout: default
---
<article>
  {% assign posts = site.posts %}
  {% assign posts_limit = site.home-posts-limit %}
  {% if posts.size > 0 %}
    <div class="apercu-post" role="list">
      {% for post in posts limit: posts_limit %}
        <a href="{{ post.url | relative_url }}" role="listitem">
          <h1 class="list_post_title"><span class="a-nude">{{ post.title | escape }}</span></h1>
        </a>
        {% assign authors = post.category | join: ", " %}
        <h2 class="list_post_info">{{ authors }} ✷ {{ post.date | date_to_long_string }}</h2>
        <div class="line"></div>
      {% endfor %}
    </div>
  {% endif %}
</article>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
simply-cyan-0.1.0 _layouts/home.html