Sha256: af69ec3873295abce6559f6e7f7c3892d6ca7baf68ee02552ffcf228b3416b12
Contents?: true
Size: 737 Bytes
Versions: 2
Compression:
Stored size: 737 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sparrow-jekyll-theme-0.1.1 | _includes/post-entry.html |
sparrow-jekyll-theme-0.1.0 | _includes/post-entry.html |