Sha256: ee142ced547004f34d52532979be44f6663d11e01e6746cdec1f6d34eac80c3c

Contents?: true

Size: 722 Bytes

Versions: 1

Compression:

Stored size: 722 Bytes

Contents

<div class="list__item">
  <article class="page__item" itemscope itemtype="http://schema.org/CreativeWork">

    <h3 class="page__item-title" itemprop="headline">
      {% if post.link %}
        <a href="{{ post.link }}">{{ post.title }}</a> <a href="{{ post.url | absolute_url }}" rel="permalink"><i class="fa fa-link" aria-hidden="true" title="permalink"></i><span class="sr-only">Permalink</span></a>
      {% else %}
        <a href="{{ post.url | absolute_url }}" rel="permalink">{{ post.title }}</a>
      {% endif %}
    </h3>

    {% if post.date %}
    <p class="page__meta"> <time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date: "%B %d, %Y" }} </time></p>
    {% endif %}
  </article>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sparrow-jekyll-theme-0.1.2 _includes/post-entry.html