Sha256: f6a31c39fbbefa1a9a1474abe6192747aaf828e390af94902d0324250c466f11

Contents?: true

Size: 562 Bytes

Versions: 1

Compression:

Stored size: 562 Bytes

Contents

<li>

  <h2>
    <a class="post-link" href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
  </h2>
    <span class="post-meta">
      <span class="date">
      {% include date.html date=post.date %}
      {% include last_modified_at.html object=post %}
      </span>
    </span>

  {% if post.thumbnail %}
  <div class="post-thumbnail-wrapper">
    <a href="{{ post.url | relative_url }}"><img class="post-thumbnail" src="/assets/{{ post.thumbnail }}" alt="{{ post.title | escape }}"/></a>
  </div>
  {% endif %}

  <p>{{ post.summary }}</p>
</li>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
academic-0.4.0 _includes/post-li.html