Sha256: fd80e477b8bac3ff86a92a02df1d5aeeb17b4792f7270fdb7b9a717e608c6301

Contents?: true

Size: 331 Bytes

Versions: 10

Compression:

Stored size: 331 Bytes

Contents

{% assign post = include.post %}
{% assign format = include.format | default:"%d %b %Y" %}

<li class="h4">
  <a href="{{ post.url | relative_url }}" data-flip="title">
    <span>{{ post.title }}</span>
  </a>
  <small><time datetime="{{ post.date | date_to_xmlschema }}">
    {{ post.date | date:format }}
  </time></small>
</li>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-6.6.1 _includes/post-list-item.html
jekyll-theme-hydejack-6.6.0 _includes/post-list-item.html
jekyll-theme-hydejack-6.5.0 _includes/post-list-item.html
jekyll-theme-hydejack-6.4.1 _includes/post-list-item.html
jekyll-theme-hydejack-6.4.0 _includes/post-list-item.html
jekyll-theme-hydejack-6.3.0 _includes/post-list-item.html
jekyll-theme-hydejack-6.2.0 _includes/post-list-item.html
jekyll-theme-hydejack-6.1.0 _includes/post-list-item.html
jekyll-theme-hydejack-6.0.0 _includes/post-list-item.html
jekyll-theme-hydejack-6.0.0.pre.beta3 _includes/post-list-item.html