Sha256: afd897168cc15a14f00d6dbe5ddbb97457f67c012fed56460a488c1b3d0187de

Contents?: true

Size: 382 Bytes

Versions: 22

Compression:

Stored size: 382 Bytes

Contents

{% assign post = include.post %}
{% assign format = include.format | default:site.data.strings.date_formats.related_post | default:"%d %b %Y" %}

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

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-8.4.0 _includes/components/post-list-item.html
jekyll-theme-hydejack-8.3.2 _includes/components/post-list-item.html
jekyll-theme-hydejack-8.3.1 _includes/components/post-list-item.html
jekyll-theme-hydejack-8.3.0 _includes/components/post-list-item.html
jekyll-theme-hydejack-8.2.0 _includes/components/post-list-item.html
jekyll-theme-hydejack-8.1.1 _includes/components/post-list-item.html
jekyll-theme-hydejack-8.1.0 _includes/components/post-list-item.html
jekyll-theme-hydejack-8.0.0 _includes/components/post-list-item.html
jekyll-theme-hydejack-7.5.2 _includes/post-list-item.html
jekyll-theme-hydejack-7.5.1 _includes/post-list-item.html
jekyll-theme-hydejack-7.5.0 _includes/post-list-item.html
jekyll-theme-hydejack-7.4.2 _includes/post-list-item.html
jekyll-theme-hydejack-7.4.1 _includes/post-list-item.html
jekyll-theme-hydejack-7.4.0 _includes/post-list-item.html
jekyll-theme-hydejack-7.3.0 _includes/post-list-item.html
jekyll-theme-hydejack-7.2.0 _includes/post-list-item.html
jekyll-theme-hydejack-7.1.1 _includes/post-list-item.html
jekyll-theme-hydejack-7.1.0 _includes/post-list-item.html
jekyll-theme-hydejack-7.0.1 _includes/post-list-item.html
jekyll-theme-hydejack-7.0.0 _includes/post-list-item.html