Sha256: 093a0087e5fb6d2302352b7e66573050c3d433f54973450c5b3849902f1f77ef

Contents?: true

Size: 420 Bytes

Versions: 1

Compression:

Stored size: 420 Bytes

Contents

<article>
        <header>
          <time datetime="{{ post.date | date_to_xmlschema }}" itemprop="datePublished">{{ post.date | date: date_format }}</time>
          <h3><a href="{{ post.url | relative_url }}">{{ post.title | smartify }}</a></h3>
        </header>
        {% if site.show_excerpts -%}
        <p>
          {{ post.excerpt | strip_html | smartify }}
        </p>
        {%- endif %}
      </article>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-mnc-1.0.0 _includes/post-list-item.html