Sha256: be5d51cec4175110956364bdde2f4985667f893908ac06c8014d6465bd33643e

Contents?: true

Size: 374 Bytes

Versions: 5

Compression:

Stored size: 374 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

5 entries across 5 versions & 2 rubygems

Version Path
jekyll-theme-hydebetty-1.0.2 _includes/components/post-list-item.html
jekyll-theme-hydebetty-1.0.1 _includes/components/post-list-item.html
jekyll-theme-hydejack-8.5.2 _includes/components/post-list-item.html
jekyll-theme-hydejack-8.5.1 _includes/components/post-list-item.html
jekyll-theme-hydejack-8.5.0 _includes/components/post-list-item.html